ProxyType
Specifies the proxy server type
Fields
HTTP |
0 |
HTTP proxy server |
SOCKS5 |
1 |
SOCKS5 proxy server |
Examples
// Create a proxy server Proxy demo_proxy = new Proxy {Name = "demo", Host = "10.0.0.3",Port = 10809, Type = ProxyType.HTTP }; Option.Setting.ProxyServers.Add(demo_proxy); |
See Also
Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily