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
- 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
RealTimeServerConnectionManager Class