-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exception was being thrown: "utf-8 is not a supported encoding name".
Handled exception with "ReadAsStreamAsync" instead of "ReadAsStringAsync" within a try/catch clause. Exception was being thrown: "The request was aborted: Could not create SSL/TLS secure channel.". Handled exception by setting " ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;" in the constructor. Exception was being thrown: "The connection closed unexpectedly.". Handled exception by setting: "ServicePointManager.Expect100Continue = false;" on line 520 (not in constructor so that it is conditional, for now).
- Loading branch information
1 parent
bb6277d
commit d0076ab
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters