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