Click or drag to resize

IUDPTransportConnect Method

[This is preliminary documentation and is subject to change.]

Connects client to server

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Connect(
	string address,
	int port,
	Object settings,
	out byte error
)
Request Example View Source

Parameters

address
Type: SystemString
The address to connect to
port
Type: SystemInt32
The port to connect to
settings
Type: SystemObject
The settings object to use for the transport
error
Type: SystemByte
Error byte. Does nothhing
See Also