NetworkComms GetExistingConnection Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberGetExistingConnection(ApplicationLayerProtocolStatus)
Returns a list of all connections which match the provided parameters. If no parameter are provided returns all connections.
Public methodStatic memberGetExistingConnection(ConnectionInfo)
Retrieve an existing connection with the provided ConnectionInfo. Internally matches connection based on IPEndPoint, ConnectionType, NetworkIdentifier and ApplicationLayerProtocol status.
Public methodStatic memberGetExistingConnection(ConnectionType, ApplicationLayerProtocolStatus)
Returns a list of all connections matching the provided parameters.
Public methodStatic memberGetExistingConnection(ShortGuid, ConnectionType, ApplicationLayerProtocolStatus)
Returns a list of all connections matching the provided parameters.
Public methodStatic memberGetExistingConnection(EndPoint, EndPoint, ConnectionType, ApplicationLayerProtocolStatus)
Returns a list of all connections matching the provided parameters.
Back to Top
See Also