Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetUseReflectionSecurityProxy Property


TelnetUseReflectionSecurityProxy Property
Gets or sets a value indicating whether Reflection makes makes secure SSL connections through the Reflection 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
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