Click or drag to resize

ConnectionInfo Constructor (ConnectionType, ShortGuid, EndPoint, Boolean)

Namespace:  NetworkCommsDotNet
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ConnectionInfo(
	ConnectionType connectionType,
	ShortGuid localNetworkIdentifier,
	EndPoint localEndPoint,
	bool isConnectable
)

Parameters

connectionType
Type: NetworkCommsDotNet.ConnectionsConnectionType
localNetworkIdentifier
Type: NetworkCommsDotNet.ToolsShortGuid
localEndPoint
Type: System.NetEndPoint
isConnectable
Type: SystemBoolean
See Also