Click or drag to resize

ConnectionStartListeningT Method (ConnectionType, T, Boolean)

Namespace:  NetworkCommsDotNet.Connections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static List<ConnectionListenerBase> StartListening<T>(
	ConnectionType connectionType,
	T desiredLocalEndPoint,
	bool allowDiscoverable = false
)
where T : EndPoint

Parameters

connectionType
Type: NetworkCommsDotNet.ConnectionsConnectionType
desiredLocalEndPoint
Type: T
allowDiscoverable (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: ListConnectionListenerBase
See Also