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


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