adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ProxyType Enumeration


In This Topic
    ProxyType Enumeration
    In This Topic
    The type of proxy
    Syntax
    'Declaration
     
    
    Public Enum ProxyType 
       Inherits System.Enum
    public enum ProxyType : System.Enum 
    public enum class ProxyType : public System.Enum 
    Members
    MemberValueDescription
    FTP4Uses the FTP proxy method specified by ArcanaDevelopment.adTempus.Client.FileServiceProxySettings.AuthMethod, which must be set to one of the FtpAuthenticationMethod.
    HTTP1 HTTP proxy
    None0 No proxy
    SOCKS42 SOCKS4 proxy
    SOCKS4a6 SOCKS4a proxy
    SOCKS53 SOCKS5 proxy
    SSH5 Uses SSH tunneling. Only valid for SFTP connections.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ProxyType

    See Also