InfoConnect for Airlines
UseSOCKS Property


Enables connections to a host via a SOCKS proxy server. (Available only with InfoConnect 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
bool UseSOCKS {get; set;}

Property Value

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