Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SslProtocols
SslProtocols
System.Net.Http.HttpClientHandler.SslProtocols
get
set
Definition at line
299
of file
HttpClientHandler.cs
.
300
{
301
get
302
{
303
return
_underlyingHandler
.
SslOptions
.
EnabledSslProtocols
;
304
}
305
set
306
{
307
ThrowForModifiedManagedSslOptionsIfStarted
();
308
_underlyingHandler.SslOptions.EnabledSslProtocols =
value
;
309
}
310
}
System.Net.Http.HttpClientHandler.ThrowForModifiedManagedSslOptionsIfStarted
void ThrowForModifiedManagedSslOptionsIfStarted()
Definition
HttpClientHandler.cs:344
System.Net.Http.HttpClientHandler._underlyingHandler
readonly SocketsHttpHandler _underlyingHandler
Definition
HttpClientHandler.cs:14
System.Net.Http.SocketsHttpHandler.SslOptions
SslClientAuthenticationOptions SslOptions
Definition
SocketsHttpHandler.cs:228
System.Net.Security.SslClientAuthenticationOptions.EnabledSslProtocols
SslProtocols EnabledSslProtocols
Definition
SslClientAuthenticationOptions.cs:72
System.ExceptionArgument.value
@ value
System
Net
Http
HttpClientHandler
Generated by
1.10.0