Gets the host that should be used to connect.

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

Syntax

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

See Also