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