Show / Hide Table of Contents

Enum ProxyType

Proxy server type.

Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum ProxyType

Fields

Name Description
Http

HTTP proxy without authentication

HttpAuth

HTTP proxy with authentication

None

Proxy is not used.

Socks4

SOCKS4 proxy without authentication

Socks5

SOCKS5 proxy without authentication

Socks5Auth

SOCKS5 proxy with authentication

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich