3 references to autoConfigUrlRetryInterval
System (3)
net\System\Net\Configuration\WebProxyScriptElement.cs (3)
18this.properties.Add(this.autoConfigUrlRetryInterval); 50get { return (int) this[this.autoConfigUrlRetryInterval]; } 51set { this[this.autoConfigUrlRetryInterval] = value; }