Gets the port where the media should be directed.

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

Syntax

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

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when Port is less than 0.

See Also