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

◆ KeepAlivePingPolicy

HttpKeepAlivePingPolicy System.Net.Http.SocketsHttpHandler.KeepAlivePingPolicy
getset

Definition at line 361 of file SocketsHttpHandler.cs.

362 {
363 get
364 {
366 }
367 set
368 {
370 _settings._keepAlivePingPolicy = value;
371 }
372 }
readonly HttpConnectionSettings _settings