Click or drag to resize

RelayedTransportConnect Method (String, Int32, Object, Boolean, Byte)

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

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

Parameters

address
Type: SystemString
port
Type: SystemInt32
settings
Type: SystemObject
websocket
Type: SystemBoolean
error
Type: SystemByte

Return Value

Type: Int32
See Also