Method GetState
GetState(NetworkDriver)
Get the current state of a connection.
Declaration
public NetworkConnection.State GetState(NetworkDriver driver)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkDriver | driver | Driver to get the state from. |
Returns
| Type | Description |
|---|---|
| NetworkConnection.State | Current state of the connection. |