RealTimeConnectionManager.LocalHostName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ LocalHostName { System::String ^ get(); };
public string LocalHostName { get; }
member this.LocalHostName : string
Public ReadOnly Property LocalHostName As String