Click or drag to resize

ConnectionInfo Constructor (ConnectionType, ShortGuid, EndPoint, Boolean, ApplicationLayerProtocolStatus)

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,
	ApplicationLayerProtocolStatus applicationLayerProtocol
)

Parameters

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