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 |