1 write to SslProtocols
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
141SslProtocols = ServicePointManager.SecurityProtocol;
3 references to SslProtocols
System.Net.Requests (3)
System\Net\HttpWebRequest.cs (3)
163&& SslProtocols == requestParameters.SslProtocols 1737handler.SslOptions.EnabledSslProtocols = (SslProtocols)parameters.SslProtocols;