Method GetDriverForConnection
GetDriverForConnection(NetworkConnection)
Get the NetworkDriver associated with the given connection. The connection
must have been obtained from the MultiNetworkDriver
before.
Declaration
public NetworkDriver GetDriverForConnection(NetworkConnection connection)
Parameters
Type | Name | Description |
---|---|---|
NetworkConnection | connection | Connection to get the driver of. |
Returns
Type | Description |
---|---|
NetworkDriver | The NetworkDriver associated to |
Exceptions
Type | Condition |
---|---|
ArgumentException | If |