NetworkComms ConnectionExists Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberConnectionExists(ConnectionInfo)
Check if a connection with the provided ConnectionInfo exists. Internally matches connection based on IPEndPoint, ConnectionType, NetworkIdentifier and ApplicationLayerProtocol status.
Public methodStatic memberConnectionExists(ShortGuid, ConnectionType, ApplicationLayerProtocolStatus)
Check if a connection exists with the provided parameters.
Public methodStatic memberConnectionExists(EndPoint, EndPoint, ConnectionType, ApplicationLayerProtocolStatus)
Check if a connection exists with the provided parameters.
Back to Top
See Also