Enum NetworkConnection.State
Connection States
Namespace: Unity.Networking.Transport
Assembly: solution.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. |