Gets the host name type for the host specified in URI.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
HostNameType 
As 
UriHostNameType
C#
public 
UriHostNameType 
HostNameType { 
get; }
Visual C++
public:
property 
UriHostNameType 
HostNameType {
	
UriHostNameType 
get ();
}
JavaScript
function get_
hostNameType();

See Also