Skip to content

Conversation

@road42
Copy link
Contributor

@road42 road42 commented Jul 4, 2018

Does only work with

AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);

Summary

old:

AppContext.SetSwitch("System.Net.Http.useSocketsHttpHandler", false);

does not work.

new:

AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);

seems to be correct.

Does only work with
```
AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);
```
@road42 road42 requested a review from rpetrusha as a code owner July 4, 2018 06:34
@road42
Copy link
Contributor Author

road42 commented Jul 4, 2018

See also: SourceCode:HttpClientHandler.cs

@rpetrusha rpetrusha added the ✨ 1st-time docs contributor! Indicates PRs from new contributors to the docs repository label Jul 4, 2018
Copy link
Contributor

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @road42, for contributing to the dotnet/docs repo and for correcting this casing error. We'll merge your PR now. Your changes should appear live on docs.microsoft.com in the next day or two.

@rpetrusha rpetrusha merged commit 00983c0 into dotnet:master Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ 1st-time docs contributor! Indicates PRs from new contributors to the docs repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants