UDPConnection GetConnection Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberGetConnection(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.
Public methodStatic memberGetConnection(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).
Back to Top
See Also