edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Socks4Context holds information about making SOCKS4 connections.

Namespace: EnterpriseDT.Util.Socks
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class Socks4Context : SocksContext
Visual Basic
Public Class Socks4Context _
	Inherits SocksContext
Visual C++
public ref class Socks4Context : public SocksContext

Remarks

At a minimum the following properties must be set:

PropertyDescription
ProxyAddressAddress to be used to connect to the proxy.
ProxyPortPort to be used to connect to the proxy (defaults to 1080).
UserNameUser-name to be used for validation on the proxy.

The following properties should be used in cases where problems establishing SOCKS connections are encountered:

PropertyDescription
PublicProxyAddressAddress that the proxy server presents to the "outside" network.
UseClientNameResolutionUse SOCKS4A feature of requesting that the proxy should resolve host-names.

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Util.Socks..::..SocksContext
    EnterpriseDT.Util.Socks..::..Socks4Context

See Also