Click or drag to resize

ConnectionExistingLocalListenerslistenerType Method

Namespace:  NetworkCommsDotNet.Connections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static List<listenerType> ExistingLocalListeners<listenerType>(
	EndPoint endPointToMatch
)
where listenerType : ConnectionListenerBase

Parameters

endPointToMatch
Type: System.NetEndPoint

Type Parameters

listenerType

Return Value

Type: ListlistenerType
See Also