Click or drag to resize

RelayTransportConnectEndPoint Method

[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 static int ConnectEndPoint(
	int hostId,
	EndPoint endPoint,
	int exceptionConnectionId,
	out byte error
)
Request Example View Source

Parameters

hostId
Type: SystemInt32
endPoint
Type: System.NetEndPoint
exceptionConnectionId
Type: SystemInt32
error
Type: SystemByte

Return Value

Type: Int32
See Also