Gets the port of the server being used.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ServerPort 
As 
Integer
C#
public 
int 
ServerPort { 
get; }
Visual C++
public:
property 
int 
ServerPort {
	
int 
get ();
}
JavaScript
function get_
serverPort();

See Also