Overload List
Name | Description | |
---|---|---|
ConnectionInfo(EndPoint) |
Create a new ConnectionInfo object pointing at the provided remote IPEndPoint.
Uses the custom NetworkComms.Net application layer protocol.
| |
ConnectionInfo(EndPoint, ApplicationLayerProtocolStatus) |
Create a new ConnectionInfo object pointing at the provided remote IPEndPoint | |
ConnectionInfo(String, Int32) |
Create a new ConnectionInfo object pointing at the provided remote ipAddress and port.
Provided ipAddress and port are parsed in to RemoteEndPoint. Uses the
custom NetworkComms.Net application layer protocol.
| |
ConnectionInfo(String, Int32, ApplicationLayerProtocolStatus) |
Create a new ConnectionInfo object pointing at the provided remote ipAddress and port.
Provided ipAddress and port are parsed in to RemoteEndPoint.
| |
ConnectionInfo(ConnectionType, ShortGuid, EndPoint, Boolean) |
Create a connectionInfo object which can be used to inform a remote peer of local connectivity.
Uses the custom NetworkComms.Net application layer protocol.
| |
ConnectionInfo(ConnectionType, ShortGuid, EndPoint, Boolean, ApplicationLayerProtocolStatus) |
Create a connectionInfo object which can be used to inform a remote peer of local connectivity
|
See Also