1 write to downloadTimeout
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
180this.downloadTimeout = (ts == TimeSpan.MaxValue || ts == TimeSpan.Zero) ? Timeout.Infinite : (int) ts.TotalMilliseconds;
1 reference to downloadTimeout
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
269get { return this.downloadTimeout; }