ListenForIncomingConnections Method

Performs S4 listening.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected MustOverride Function ListenForIncomingConnections ( _
    ipEndpoint As IPEndPoint _
) As IPEndPoint
'Usage
Dim ipEndpoint As IPEndPoint
Dim returnValue As IPEndPoint

returnValue = Me.ListenForIncomingConnections(ipEndpoint)
protected abstract IPEndPoint ListenForIncomingConnections(
    IPEndPoint ipEndpoint
)

Parameters

Return Value

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

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace