Share via


RealTimeConnectionManager.LocalHostName Property

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

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace