SettingsSection.WebProxyScript Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts.
public:
property System::Net::Configuration::WebProxyScriptElement ^ WebProxyScript { System::Net::Configuration::WebProxyScriptElement ^ get(); };
[System.Configuration.ConfigurationProperty("webProxyScript")]
public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get; }
[<System.Configuration.ConfigurationProperty("webProxyScript")>]
member this.WebProxyScript : System.Net.Configuration.WebProxyScriptElement
Public ReadOnly Property WebProxyScript As WebProxyScriptElement
Property Value
The configuration element that controls settings for the execution timeout and download timeout used by the Web proxy scripts.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.