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