Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / TelnetUseHttp Property


In This Topic
    TelnetUseHttp Property (IbmPrinter)
    In This Topic
    TODO Checking with Nina and others to see if this setting need to be here. Gets or sets value for use Http proxy type
    Syntax
    'Declaration
     
    
    Public Property TelnetUseHttp As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.TelnetUseHttp = value
     
    value = instance.TelnetUseHttp
    public bool TelnetUseHttp {get; set;}
    See Also