1.1 KiB
1.1 KiB
NetworkingConfiguration.ConnectionApprovalCallback Field
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
Field Value
Type: Action(Byte[], Int32, Action(Int32, Boolean))