An NDoc Documented Class Library

ProxyType Enumeration

The type of proxy to be used, or if a proxy is to be used at all.

public enum ProxyType

Members

Member Name Description
NoProxy No proxy set
Http HTTP proxy type. Note that for FTP, only passive mode is supported.
Socks4 SOCKS 4 proxy
Socks4A SOCKS 4A proxy
Socks5 SOCKS 5 proxy

Requirements

Namespace: EnterpriseDT.Net.Proxy

Assembly: edtFTPnetCF (in edtFTPnetCF.dll)

See Also

EnterpriseDT.Net.Proxy Namespace