Delegate ApproveConnectionDelegate
Namespace: FNNLib
Assembly: FNNLib.dll
Syntax
public delegate bool ApproveConnectionDelegate(ulong clientID, byte[] connectionData);
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | clientID | |
| Byte[] | connectionData |
Returns
| Type | Description |
|---|---|
| Boolean |