24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# NetworkingConfiguration.ConnectionApprovalCallback Field
|
|
|
|
|
|
The callback to invoke when a connection has to be decided if it should get approved
|
|
|
|
**Namespace:** <a href="N_MLAPI">MLAPI</a><br />**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
|
|
|
|
## Syntax
|
|
|
|
**C#**<br />
|
|
``` C#
|
|
public Action<byte[], int, Action<int, bool>> ConnectionApprovalCallback
|
|
```
|
|
|
|
<br />
|
|
|
|
#### Field Value
|
|
Type: <a href="http://msdn2.microsoft.com/en-us/library/bb549392" target="_blank">Action</a>(<a href="http://msdn2.microsoft.com/en-us/library/yyb1w04y" target="_blank">Byte</a>[], <a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">Int32</a>, <a href="http://msdn2.microsoft.com/en-us/library/bb549311" target="_blank">Action</a>(<a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">Int32</a>, <a href="http://msdn2.microsoft.com/en-us/library/a28wyd50" target="_blank">Boolean</a>))
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_MLAPI_NetworkingConfiguration">NetworkingConfiguration Class</a><br /><a href="N_MLAPI">MLAPI Namespace</a><br /> |