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


In This Topic
    TelnetUseSocks 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 Socks proxy type
    Syntax
    'Declaration
     
    
    Public Property TelnetUseSocks As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.TelnetUseSocks = value
     
    value = instance.TelnetUseSocks
    public bool TelnetUseSocks {get; set;}
    See Also