Gets the listening port.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ListeningPort 
As 
Integer
C#
public 
int 
ListeningPort { 
get; 
protected 
set; }
Visual C++
public:
property 
int 
ListeningPort {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
listeningPort();
function set_
listeningPort(
value);

Field Value

The listening port.

See Also