TelnetUseHttp Property (IIbmPrinter)
Gets or sets value for use Http proxy type. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.
bool TelnetUseHttp {get; set;}
'Declaration
Property TelnetUseHttp As Boolean
'Usage
Dim instance As IIbmPrinter
Dim value As Boolean
instance.TelnetUseHttp = value
value = instance.TelnetUseHttp