ConnectionStartListeningT Method (ConnectionType, T, Boolean) |
Namespace:
NetworkCommsDotNet.Connections
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic 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