TCPConnection GetConnection Method NetworkComms.Net Help
Overload List

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