Clase SettingsSection
Contiene valores que especifican cómo se conecta .NET Framework a la red.
Sintaxis
class SettingsSection : ConfigurationSection
Métodos
La siguiente tabla muestra los métodos expuestos por la clase SettingsSection
.
Nombre | Descripción |
---|---|
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
RevertToParent | (Se hereda de ConfigurationSection ). |
SetAllowDefinition | (Se hereda de ConfigurationSection ). |
SetAllowLocation | (Se hereda de ConfigurationSection ). |
Propiedades
La siguiente tabla muestra las propiedades expuestas por la clase SettingsSection
.
Nombre | Descripción |
---|---|
HttpWebRequest |
Valor HttpWebRequestSettings que personaliza los parámetros de solicitud web. |
Ipv6 |
Valor Ipv6Settings que especifica si los miembros de la clase System.Net.Dns devuelven direcciones del protocolo de Internet versión 6 (IPv6). |
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
PerformanceCounters |
Valor PerformanceCountersSettings que habilita o deshabilita los contadores de rendimiento de red. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
ServicePointManager |
Valor ServicePointManagerSettings que configura las conexiones a los recursos de red. |
Socket |
Valor SocketSettings que especifica si las operaciones de socket usan puertos de finalización. |
WebProxyScript |
Valor WebProxyScriptSettings que configura las características del script que se usa para detectar servidores proxy web. |
Subclases
Esta clase no contiene subclases.
Jerarquía de herencia
SettingsSection
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 ConfigurationSection
HttpWebRequestSettings Class
Ipv6Settings Class
PerformanceCountersSettings Class
ServicePointManagerSettings Class
SocketSettings Class
WebProxyScriptSettings Class
System.Net.Dns Class