Click or drag to resize

NetworkingConfigurationConnectionApprovalCallback Field

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

The callback to invoke when a connection has to be decided if it should get approved

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<byte[], int, Action<int, bool>> ConnectionApprovalCallback
Request Example View Source

Field Value

Type: ActionByte, Int32, ActionInt32, Boolean
See Also