Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save Azsaturndx/0be72d3723d3d89611e6673079594c9d to your computer and use it in GitHub Desktop.

Select an option

Save Azsaturndx/0be72d3723d3d89611e6673079594c9d to your computer and use it in GitHub Desktop.
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment