Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom proxy support #243

Open
eddnav opened this issue Mar 7, 2017 · 0 comments
Open

Custom proxy support #243

eddnav opened this issue Mar 7, 2017 · 0 comments

Comments

@eddnav
Copy link

eddnav commented Mar 7, 2017

Does ModernHttpClient support the usage of custom proxies?

I'm trying to use a custom proxy like this:

 handler = new CustomNativeMessageHandler
                {
                    Proxy = SomeProxy,
                };

HttpClient client =  new HttpClient(handler);

it doesn't work, and reading through the issues in this tracker makes me think it's not currently supported, can anyone confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant