ConnectionInfo Constructor (ConnectionType, ShortGuid, EndPoint, Boolean)NetworkComms.Net Help
Create a connectionInfo object which can be used to inform a remote peer of local connectivity. Uses the custom NetworkComms.Net application layer protocol.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public ConnectionInfo(
	ConnectionType connectionType,
	ShortGuid localNetworkIdentifier,
	EndPoint localEndPoint,
	bool isConnectable
)
See Also