'DeclarationPublic Enum ProxyType Inherits System.Enum
public enum ProxyType : System.Enum
            'DeclarationPublic Enum ProxyType Inherits System.Enum
public enum ProxyType : System.Enum
| Member | Value | Description | 
|---|---|---|
| FTP | 4 | Uses the FTP proxy method specified by ArcanaDevelopment.adTempus.Client.FileServiceProxySettings.AuthMethod, which must be set to one of the FtpAuthenticationMethod. | 
| HTTP | 1 | HTTP proxy | 
| None | 0 | No proxy | 
| SOCKS4 | 2 | SOCKS4 proxy | 
| SOCKS4a | 6 | SOCKS4a proxy | 
| SOCKS5 | 3 | SOCKS5 proxy | 
| SSH | 5 | Uses SSH tunneling. Only valid for SFTP connections. | 
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.ProxyType