SettingsSection.WebProxyScript Property

Definition

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