Click or drag to resize

NetworkingManagerStartServer Method

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

Starts a server with a given NetworkingConfiguration

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartServer(
	NetworkingConfiguration netConfig
)
Request Example View Source

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also