Enum NetworkConnection.State
Connection States
Namespace: Unity.Networking.Transport
Assembly: Unity.Networking.Transport.dll
Syntax
public enum NetworkConnection.State
  Fields
| Name | Description | 
|---|---|
| Connected | Indicates the connection is connected.  | 
      
| Connecting | Indicates the connection is being established.  | 
      
| Disconnected | Indicates the connection is disconnected.  |