Gets or sets the FQDN of the connection. This property will return String.Emtpy if an IP address is present in the SDP. If both and IPAddress and HostName are set, then the HostName is used when serializing.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
HostName 
As 
String
C#
public 
string 
HostName { 
get; 
set; }
Visual C++
public:
property 
String^ 
HostName {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
hostName();
function set_
hostName(
value);

See Also