Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / TLSProxyDestHost Property


In This Topic
    TLSProxyDestHost Property (IIbmPrinter)
    In This Topic
    Gets or sets value for secrurity proxy destination host. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.
    Syntax
    'Declaration
     
    
    Property TLSProxyDestHost As String
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As String
     
    instance.TLSProxyDestHost = value
     
    value = instance.TLSProxyDestHost
    string TLSProxyDestHost {get; set;}
    See Also