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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.