ConnectionState Enumeration |
LiteNetLib |
Peer connection state
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public enum ConnectionState
Members
Member name | Value | Description | |
---|---|---|---|
InProgress | 0 | ||
Connected | 1 | ||
Disconnected | 2 |
See Also