Clase DefaultProxySection
Configura los valores predeterminados del servidor proxy web.
Sintaxis
class DefaultProxySection : ConfigurationSectionWithCollection
Métodos
En la tabla siguiente se enumeran los métodos que expone la clase DefaultProxySection
.
Nombre | Descripción |
---|---|
Add (Agregar) | (Se hereda de ConfigurationSectionWithCollection). |
Borrar | (Se hereda de ConfigurationSectionWithCollection ). |
Get | (Se hereda de ConfigurationSectionWithCollection ). |
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
Remove | (Se hereda de ConfigurationSectionWithCollection ). |
RevertToParent | (Se hereda de ConfigurationSection ). |
SetAllowDefinition | (Se hereda de ConfigurationSection ). |
SetAllowLocation | (Se hereda de ConfigurationSection ). |
Propiedades
La siguiente tabla muestra las propiedades que expone la clase DefaultProxySection
.
Nombre | Descripción |
---|---|
BypassList |
Un valor BypassListSettings que representa los recursos que omiten el servidor proxy web. |
Enabled |
Valor boolean de lectura y escritura. true si se va a usar un proxy web; de lo contrario, false . El valor predeterminado es true . |
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Module |
Un valor ModuleSettings que especifica información de tipo, ensamblado y versión para implementaciones de proxy web personalizadas. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Proxy |
Un valor ProxySettings que identifica los servidores proxy web que se van a usar para los recursos que no se especifican en la propiedad BypassList . |
SectionInformation |
(Se hereda de ConfigurationSection ). |
UseDefaultCredentials |
Valor boolean de lectura y escritura. true si se van a usar credenciales predeterminadas para acceder a un servidor proxy web; de lo contrario, false . El valor predeterminado es false . |
Subclases
Esta clase no contiene subclases.
Jerarquía de herencia
ConfigurationSectionWithCollection
DefaultProxySection
Requisitos
Tipo | Descripción |
---|---|
Remoto | - IIS 7.0 en Windows Vista - IIS 7.5 en Windows 7 - IIS 8.0 en Windows 8 - IIS 10.0 en Windows 10 |
Server | - IIS 7.0 en Windows Server 2008 - IIS 7.5 en Windows Server 2008 R2 - IIS 8.0 en Windows Server 2012 - IIS 8.5 en Windows Server 2012 R2 - IIS 10.0 en Windows Server 2016 |
Producto | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Archivo MOF | WebAdministration.mof |
Consulte también
Clase BypassElement
Clase BypassListSettings
Clase ConfigurationSectionWithCollection
Clase ModuleSettings
Clase ProxySettings