SdpConnection.HostName Property
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
'Declaration
Public Property HostName As String
Get
Set
'Usage
Dim instance As SdpConnection
Dim value As String
value = instance.HostName
instance.HostName = value
public string HostName { get; set; }
Property Value
Type: System.String