Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / PublisherConfiguration Class / HostName Property

In This Topic
    HostName Property (PublisherConfiguration)
    In This Topic
    Optional. The host name to use for the session instead of automatically determining it.
    Syntax
    'Declaration
     
    
    Public Property HostName As String
    public string HostName {get; set;}
    Remarks
    When running within a container, app service, or other scenario where the host name is randomly generated or not useful an alternate value can be provided to identify sessions running on a common host.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also