Gets the default domain of the endpoint URI.

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

Syntax

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

See Also