Gets the server currently used by the endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Server 
As 
String
C#
public 
string 
Server { 
get; }
Visual C++
public:
property 
String^ 
Server {
	
String^ 
get ();
}
JavaScript
function get_
server();

See Also