| ComponentSpace Proxy Class Library Reference |
|
Socks4Command.IsSocks4A Property
Gets or sets the flag indicating whether SOCKS 4A. If true the command format is SOCKS 4A compliant. If false the command format is SOCKS 4 compliant.
[Visual Basic]
Public Property IsSocks4A As
Boolean
[C#]
public
bool IsSocks4A {get; set;}
Property Value
The flag indicating whether SOCKS 4A (defaults to false).
See Also
Socks4Command Class | ComponentSpace.Proxy.Socks4 Namespace