Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SslProtocols

SslProtocols System.Net.Http.HttpClientHandler.SslProtocols
getset

Definition at line 299 of file HttpClientHandler.cs.

300 {
301 get
302 {
304 }
305 set
306 {
308 _underlyingHandler.SslOptions.EnabledSslProtocols = value;
309 }
310 }
readonly SocketsHttpHandler _underlyingHandler
SslClientAuthenticationOptions SslOptions