ListenForIncomingConnections Method

Starts listening for incoming connections.

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

Return Value

Type: System.Net..::..IPEndPoint
The listening endpoint.

See Also

Reference

RealTimeServerTcpConnectionManager Class

RealTimeServerTcpConnectionManager Members

Microsoft.Rtc.Signaling Namespace