Created
July 30, 2019 00:54
-
-
Save haroldcris/f96bb4827edfc358a8a2a666eff94f0f to your computer and use it in GitHub Desktop.
Solution for ClosedConnection
This file contains hidden or 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
| ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment