BetterHttpClient icon indicating copy to clipboard operation
BetterHttpClient copied to clipboard

proxy type

Open bit-factor opened this issue 9 years ago • 0 comments

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?

bit-factor avatar Nov 07 '16 22:11 bit-factor