Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
KeepAlivePingPolicy
HttpKeepAlivePingPolicy
System.Net.Http.SocketsHttpHandler.KeepAlivePingPolicy
get
set
Definition at line
361
of file
SocketsHttpHandler.cs
.
362
{
363
get
364
{
365
return
_settings
.
_keepAlivePingPolicy
;
366
}
367
set
368
{
369
CheckDisposedOrStarted
();
370
_settings._keepAlivePingPolicy =
value
;
371
}
372
}
System.Net.Http.HttpConnectionSettings._keepAlivePingPolicy
HttpKeepAlivePingPolicy _keepAlivePingPolicy
Definition
HttpConnectionSettings.cs:56
System.Net.Http.SocketsHttpHandler.CheckDisposedOrStarted
void CheckDisposedOrStarted()
Definition
SocketsHttpHandler.cs:463
System.Net.Http.SocketsHttpHandler._settings
readonly HttpConnectionSettings _settings
Definition
SocketsHttpHandler.cs:15
System.ExceptionArgument.value
@ value
System
Net
Http
SocketsHttpHandler
Generated by
1.10.0