RealTimeServerTcpConnectionManager.ListenForIncomingConnections Method
This method does the actual S4 listening.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Function ListenForIncomingConnections ( _
ipEndpoint As IPEndPoint _
) As IPEndPoint
'Usage
Dim ipEndpoint As IPEndPoint
Dim returnValue As IPEndPoint
returnValue = Me.ListenForIncomingConnections(ipEndpoint)
protected override IPEndPoint ListenForIncomingConnections(
IPEndPoint ipEndpoint
)
Parameters
- ipEndpoint
Type: System.Net.IPEndPoint
The ip endpoint to be used for listening.
Return Value
Type: System.Net.IPEndPoint
The listening endpoint.
See Also
Reference
RealTimeServerTcpConnectionManager Class