Esri / route-planner-csharp

Routing and scheduling sample application using arcgis.com directions (network analysis) services.
Apache License 2.0
30 stars 37 forks source link

Added TLS1.2 support - may need installer edits for .NET 4.6.2 #36

Closed johncdoherty closed 5 years ago

johncdoherty commented 5 years ago
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;