Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / UseSOCKS Property


In This Topic
UseSOCKS Property
In This Topic
Enables connections to a host via a SOCKS proxy server. (Available only with Reflection Network Series version 6.0.)
Syntax
'Declaration
 
Property UseSOCKS As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.UseSOCKS = value
 
value = instance.UseSOCKS

Property Value

The default value is false. This value can be changed during an open connection.
See Also