Gets the fully qualified local host name. This is either the local fully-qualified domain name (FQDN), if the certificate is not used, or the host in the certificate, or the value set by the application.

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

Syntax

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

See Also