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

Document HttpClient migration from HttpWebRequest/ServicePoint(Manager) #92690

Open
karelz opened this issue Sep 27, 2023 · 1 comment · May be fixed by dotnet/docs#42242
Open

Document HttpClient migration from HttpWebRequest/ServicePoint(Manager) #92690

karelz opened this issue Sep 27, 2023 · 1 comment · May be fixed by dotnet/docs#42242
Assignees
Labels
area-System.Net.Http documentation Documentation bug or enhancement, does not impact product or test code
Milestone

Comments

@karelz
Copy link
Member

karelz commented Sep 27, 2023

HttpWebRequest API HttpClient API
Accept
Address
AllowAutoRedirect
(TODO: add more)
ServicePoint API HttpClient API
(TODO: add more)
ServicePointManager API HttpClient API
(TODO: add more)
@karelz karelz added documentation Documentation bug or enhancement, does not impact product or test code area-System.Net.Http labels Sep 27, 2023
@karelz karelz added this to the 9.0.0 milestone Sep 27, 2023
@ghost
Copy link

ghost commented Sep 27, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details
HttpWebRequest API HttpClient API
Accept
Address
AllowAutoRedirect
(TODO: add more)
ServicePoint API HttpClient API
(TODO: add more)
ServicePointManager API HttpClient API
(TODO: add more)
Author: karelz
Assignees: -
Labels:

documentation, area-System.Net.Http

Milestone: 9.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Http documentation Documentation bug or enhancement, does not impact product or test code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants