293 {
294 get
295 {
297 }
298 set
299 {
301 {
302 throw new ArgumentOutOfRangeException("value");
303 }
305 _settings._expect100ContinueTimeout =
value;
306 }
307 }
TimeSpan _expect100ContinueTimeout
void CheckDisposedOrStarted()
readonly HttpConnectionSettings _settings
static readonly TimeSpan InfiniteTimeSpan