DisconnectInfo Fields
From LiteNetLib
DisconnectInfo Fields |
LiteNetLib |
The DisconnectInfo type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| AdditionalData |
Additional data that can be accessed (only if reason is RemoteConnectionClose)
| |
| Reason |
Additional info why peer disconnected
| |
| SocketErrorCode |
Error code (if reason is SocketSendError or SocketReceiveError)
|
See Also