SettingsSection::WebProxyScript Property

 

Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("webProxyScript")]
property WebProxyScriptElement^ WebProxyScript {
	WebProxyScriptElement^ get();
}

Property Value

Type: System.Net.Configuration::WebProxyScriptElement^

A WebProxyScriptElement object.

The configuration element that controls settings for the execution timeout and download timeout used by the Web proxy scripts.

.NET Framework
Available since 2.0
Return to top
Show: