System
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationElement
The following table shows the configuration attributes of the Proxy Element (Network Settings) configuration element to which this class corresponds.
-
Element
Description
-
proxyaddress
A URI that identifies the Web proxy server to use.
-
bypassonlocal
Determines whether the Web proxy is bypassed for local resources.
-
usesystemdefault
Controls whether the Internet Explorer Web proxy settings are used.
-
useDefaultCredentialsForScriptDownload
Controls whether default credentials are used when accessing the configuration script.
-
scriptDownloadInterval
Specifies the number of seconds that elapse before the configuration script is refreshed.
-
scriptDownloadTimeout
Specifies the number of seconds allowed for the configuration script to be downloaded.
-
useDefaultCredentials
Controls whether default credentials are used when accessing the Web proxy.
This class is used to specify and configure the Web proxy server to use for requests made with the and classes.
This class provides programmatic access to information that can be stored in configuration files.
Identifies the configuration settings for Web proxy server. This class cannot be inherited.
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Net.Configuration.ProxyElement+AutoDetectValues
To be added.
To be added.
Gets or sets an value that controls whether the Web proxy is automatically detected.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("bypassonlocal", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Net.Configuration.ProxyElement+BypassOnLocalValues
To be added.
This configuration element controls whether requests for resources on the LAN are sent to the proxy server or sent directly to the host where the resource resides.
Gets or sets a value that indicates whether local resources are retrieved by using a Web proxy server.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("proxyaddress")
System.Uri
To be added.
To be added.
Gets or sets the URI that identifies the Web proxy server to use.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("scriptLocation")
System.Uri
To be added.
To be added.
Gets or sets an value that specifies the location of the automatic proxy detection script.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("usesystemdefault", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Net.Configuration.ProxyElement+UseSystemDefaultValues
To be added.
To be added.
Gets or sets a value that controls whether the Internet Explorer Web proxy settings are used.