2 references to DefaultSecurityProtocols
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
289
NetEventSource.Info(poolManager, $"Win7OrWin2K8R2 platform, Changing default TLS protocols to {SecurityProtocol.
DefaultSecurityProtocols
}");
291
sslOptions.EnabledSslProtocols = SecurityProtocol.
DefaultSecurityProtocols
;