TelnetUseReflectionSecurityProxy Property (IbmPrinter)
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
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