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

◆ PooledConnectionLifetime

TimeSpan System.Net.Http.SocketsHttpHandler.PooledConnectionLifetime
getset

Definition at line 241 of file SocketsHttpHandler.cs.

242 {
243 get
244 {
246 }
247 set
248 {
250 {
251 throw new ArgumentOutOfRangeException("value");
252 }
254 _settings._pooledConnectionLifetime = value;
255 }
256 }
readonly HttpConnectionSettings _settings
static readonly TimeSpan InfiniteTimeSpan
Definition Timeout.cs:5