Overload List
Name | Description | |
---|---|---|
GetConnection(ConnectionInfo, UDPOptions, Boolean, Boolean) |
Create a UDP connection with the provided connectionInfo. 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, UDPOptions, SendReceiveOptions, Boolean, Boolean) |
Create a UDP connection with the provided connectionInfo and 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).
|
See Also