Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property LocalHostName As String
Get
'Usage
Dim instance As RealTimeConnectionManager
Dim value As String
value = instance.LocalHostName
public string LocalHostName { get; }
Property Value
Type: System.String
See Also
Reference
RealTimeConnectionManager Class