Click or drag to resize

RelayTransportAddWebsocketHost Method (HostTopology, Int32, Boolean)

[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 AddWebsocketHost(
	HostTopology topology,
	int port,
	bool createServer
)
Request Example View Source

Parameters

topology
Type: HostTopology
port
Type: SystemInt32
createServer
Type: SystemBoolean

Return Value

Type: Int32
See Also