Skip to content

change System.Net.HttpWebRequest to System.Net.Http.HttpClient #607

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

Merged
merged 3 commits into from
Jul 2, 2021

Conversation

szmcdull
Copy link
Contributor

change APIRequestMaker from using System.Net.HttpWebRequest to using System.Net.Http.HttpClient, as HttpWebRequest in netcore does not implement Timeout

…System.Net.Http.HttpClient, as HttpWebRequest in netcore does not implement Timeout
@szmcdull
Copy link
Contributor Author

#605

@szmcdull
Copy link
Contributor Author

szmcdull commented Jul 1, 2021

someone added a .editorconfig and this forces Visual Studio to insert TAB indents LOL

@vslee
Copy link
Collaborator

vslee commented Jul 2, 2021

someone added a .editorconfig and this forces Visual Studio to insert TAB indents LOL

Yes, we are slowly trying to convert the code from spaces to tabs.

@vslee vslee merged commit babff91 into DigitalRuby:master Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpWebRequest is obsolete and its Timeouts is not implmented in netcore/net5.0
2 participants