Click or drag to resize

NetworkCommsGetExistingConnection Method (ShortGuid, ConnectionType, ApplicationLayerProtocolStatus)

Namespace:  NetworkCommsDotNet
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static List<Connection> GetExistingConnection(
	ShortGuid networkIdentifier,
	ConnectionType connectionType,
	ApplicationLayerProtocolStatus applicationLayerProtocol = ApplicationLayerProtocolStatus.Undefined
)

Parameters

networkIdentifier
Type: NetworkCommsDotNet.ToolsShortGuid
connectionType
Type: NetworkCommsDotNet.ConnectionsConnectionType
applicationLayerProtocol (Optional)
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus

Return Value

Type: ListConnection
See Also