BetterHttpClient
BetterHttpClient copied to clipboard
proxy type
I just skimmed through project's main page on github and I noticed some examples on how to use http/https/socks proxies. I checked the code, but the enum ProxyTypeEnum contains only these values:
public enum ProxyTypeEnum
{
Unknown,
None,
Http,
Socks
}
which is the correct version?