TelnetUseReflectionSecurityProxy Property (IbmPrinter)
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
Public Property TelnetUseReflectionSecurityProxy As Boolean
'Usage
Dim instance As IbmPrinter
Dim value As Boolean
instance.TelnetUseReflectionSecurityProxy = value
value = instance.TelnetUseReflectionSecurityProxy
public bool TelnetUseReflectionSecurityProxy {get; set;}
Exceptions
See Also