3 references to downloadTimeout
System (3)
net\System\Net\Configuration\WebProxyScriptElement.cs (3)
19this.properties.Add(this.downloadTimeout); 57get { return (TimeSpan) this[this.downloadTimeout]; } 58set { this[this.downloadTimeout] = value; }