.net - Unable to set ServicePointManager.SecurityProtocol to any value -


i have existing .net console application targeting 4.6.1. have added following method update network security tls1.2.

when running getting argumentnullexception - "value cannot null. parameter name: value"

any ideas?

private static void initialise() {     servicepointmanager.securityprotocol = securityprotocoltype.tls12; } 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -