TelnetUseReflectionSecurityProxy Property (IIbmTerminal)
In This Topic
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
bool TelnetUseReflectionSecurityProxy {get; set;}
Exceptions
See Also