Enum LocalConnectionState
States the local connection can be in.
Namespace: FishNet.Transporting
Assembly: FishNet.Runtime.dll
Syntax
public enum LocalConnectionState : byte
Fields
Name | Description |
---|---|
Started | Connection is established. |
Starting | Connection is starting but not yet established. |
Stopped | Connection is fully stopped. |
Stopping | Connection is stopping. |