Method GetConnectionState
GetConnectionState(NetworkStreamConnection)
The current state of the internal transport connection.
Declaration
public NetworkConnection.State GetConnectionState(NetworkStreamConnection connection)
Parameters
Type | Name | Description |
---|---|---|
NetworkStreamConnection | connection |
Returns
Type | Description |
---|---|
NetworkConnection.State |
Remarks
Is different from the ConnectionState.State and it is less granular.