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