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


In This Topic
    TelnetUseHttp Property (IIbmPrinter)
    In This Topic
    Gets or sets value for use Http proxy type. 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 TelnetUseHttp As Boolean
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Boolean
     
    instance.TelnetUseHttp = value
     
    value = instance.TelnetUseHttp
    bool TelnetUseHttp {get; set;}
    See Also