NET FTP Library
ProxyType Enumeration






KellermanSoftware.NetFtpLibrary Namespace : ProxyType Enumeration
The Protocol to use for the Proxy Server
Syntax
'Declaration
 
Public Enum ProxyType 
   Inherits System.Enum
'Usage
 
Dim instance As ProxyType
public enum ProxyType : System.Enum 
public enum ProxyType = class(System.Enum)
public enum ProxyType extends System.Enum
__value public enum ProxyType : public System.Enum 
public enum class ProxyType : public System.Enum 
Members
MemberDescription
Http Use the HTTP Protocol
None No proxy protocol is used
Open The Proxy Server is Open
Site Site Command
Socks4 Use the socks 4 Protocol
Socks5 Use the socks 5 Protocol
User User Command
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetFtpLibrary.ProxyType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetFtpLibrary Namespace