Overload List
Name | Description | |
---|---|---|
GetConnection(ConnectionInfo, Boolean) |
Create a TCPConnection with the provided connectionInfo. If there is an existing connection that will be returned instead.
If a new connection is created it will be registered with NetworkComms and can be retrieved using GetExistingConnection(ConnectionInfo) and overrides.
| |
GetConnection(ConnectionInfo, SendReceiveOptions, Boolean) |
Create a TCP connection with the provided connectionInfo and sets the connection default SendReceiveOptions. If there is an existing connection that is returned instead.
If a new connection is created it will be registered with NetworkComms and can be retrieved using GetExistingConnection(ConnectionInfo) and overrides.
| |
GetConnection(ConnectionInfo, SendReceiveOptions, SSLOptions, Boolean) |
Create a TCP connection with the provided connectionInfo and sets the connection default SendReceiveOptions. If there is an existing connection that is returned instead.
If a new connection is created it will be registered with NetworkComms and can be retrieved using GetExistingConnection(ConnectionInfo) and overrides.
|
See Also