InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetUseReflectionSecurityProxy Property


In This Topic
    TelnetUseReflectionSecurityProxy Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect makes makes secure SSL connections through the InfoConnect for the Web Security Proxy when EnableTelnetEncryption is true.
    Syntax
    'Declaration
     
    
    Property TelnetUseReflectionSecurityProxy As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.TelnetUseReflectionSecurityProxy = value
     
    value = instance.TelnetUseReflectionSecurityProxy
    bool TelnetUseReflectionSecurityProxy {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also