This method does the actual S4 listening.

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

Syntax

Visual Basic (Declaration)
Protected 
MustOverride 
Function 
ListenForIncomingConnections ( _
	
ipEndpoint 
As 
IPEndPoint _
) 
As 
IPEndPoint
C#
protected 
abstract 
IPEndPoint 
ListenForIncomingConnections(
	
IPEndPoint 
ipEndpoint
)
Visual C++
protected:
virtual 
IPEndPoint^ 
ListenForIncomingConnections(
	
IPEndPoint^ 
ipEndpoint
) 
abstract
JavaScript
function 
listenForIncomingConnections(
ipEndpoint);

Parameters

ipEndpoint
Type: IPEndPoint
The ip endpoint to be used for listening.

Return Value

The listening endpoint.

See Also