HttpProtocolSection (clase)
Representa una sección de configuración del protocolo HTTP.
Sintaxis
class HttpProtocolSection : ConfigurationSectionWithCollection
Métodos
En la tabla siguiente se enumeran los métodos que expone la clase HttpProtocolSection
.
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 HttpProtocolSection
.
Nombre | Descripción |
---|---|
AllowKeepAlive |
Valor boolean . true si IIS mantiene abiertas las conexiones de cliente o servidor en varias solicitudes al servidor; de lo contrario, false . El valor predeterminado es true .Una conexión abierta mejora el rendimiento cuando un cliente realiza varias solicitudes de contenido de página web. Si esta propiedad es false , el servidor tiene que abrir una nueva conexión para cada solicitud. Nota: Debe usar un encabezado Keep-Alive HTTP cuando use servicios de autenticación integrados basados en la seguridad o la conexión, como la autenticación integrada de Windows. |
CustomHeaders |
Valor CustomHeaderSettings que contiene pares de nombre y valor que se agregan a los encabezados HTTP en las respuestas del servidor web. |
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
RedirectHeaders |
Valor RedirectHeaderSettings que contiene pares de nombre y valor de redireccionamiento que se agregan a los encabezados HTTP en las respuestas del servidor web. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
Subclases
Esta clase no contiene subclases.
Jerarquía de herencia
ConfigurationSectionWithCollection
HttpProtocolSection
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
ConfigurationSectionWithCollection (clase)
CustomHeaderSettings (clase)
NameValueConfigurationElement (clase)
RedirectHeaderSettings (clase)