csharp-rest-api
csharp-rest-api copied to clipboard
Target .net 4.5 and enable tls 1.2 connections
Disabling tls 1.1 on the client system triggers this error: The underlying connection was closed: An unexpected error occurred on a receive
Targetting .net 4.5 and enabling tls 1.2 in the code fixes this issue.