ConnectionStartListeningT Method (ListConnectionListenerBase, ListT, Boolean) |
Namespace:
NetworkCommsDotNet.Connections
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static void StartListening<T>(
List<ConnectionListenerBase> listeners,
List<T> desiredLocalEndPoints,
bool useRandomPortFailOver
)
where T : EndPoint
Parameters
- listeners
- Type: System.Collections.GenericListConnectionListenerBase
- desiredLocalEndPoints
- Type: System.Collections.GenericListT
- useRandomPortFailOver
- Type: SystemBoolean
Type Parameters
- T
See Also