Compartir a través de


Interfaz INetFwIcmpSettings (netfw.h)

[La API de Firewall de Windows está disponible para su uso en los sistemas operativos especificados en la sección Requisitos. En versiones posteriores podría modificarse o no estar disponible. Para Windows Vista y versiones posteriores, se recomienda el uso del Firewall de Windows con la API de seguridad avanzada.

La interfaz INetFwIcmpSettings proporciona acceso a la configuración que controla los paquetes ICMP.

Herencia

La interfaz INetFwIcmpSettings hereda de la interfaz IDispatch . INetFwIcmpSettings también tiene estos tipos de miembros:

Métodos

La interfaz INetFwIcmpSettings tiene estos métodos.

 
INetFwIcmpSettings::get_AllowInboundEchoRequest

Indica si se permite. (INetFwIcmpSettings.get_AllowInboundEchoRequest)
INetFwIcmpSettings::get_AllowInboundMaskRequest

Indica si se permite. (INetFwIcmpSettings.get_AllowInboundMaskRequest)
INetFwIcmpSettings::get_AllowInboundRouterRequest

Indica si se permite. (INetFwIcmpSettings.get_AllowInboundRouterRequest)
INetFwIcmpSettings::get_AllowInboundTimestampRequest

Indica si se permite. (INetFwIcmpSettings.get_AllowInboundTimestampRequest)
INetFwIcmpSettings::get_AllowOutboundDestinationUnreachable

Indica si se permite. (INetFwIcmpSettings.get_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::get_AllowOutboundPacketTooBig

Indica si se permite. (INetFwIcmpSettings.get_AllowOutboundPacketTooBig)
INetFwIcmpSettings::get_AllowOutboundParameterProblem

Indica si se permite. (INetFwIcmpSettings.get_AllowOutboundParameterProblem)
INetFwIcmpSettings::get_AllowOutboundSourceQuench

Indica si se permite la puesta en cola de origen de salida. (Obtener)
INetFwIcmpSettings::get_AllowOutboundTimeExceeded

Indica si se permite superar el tiempo de salida. (Obtener)
INetFwIcmpSettings::get_AllowRedirect

Indica si se permite el redireccionamiento. (Obtener)
INetFwIcmpSettings::p ut_AllowInboundEchoRequest

Indica si se permite. (INetFwIcmpSettings.put_AllowInboundEchoRequest)
INetFwIcmpSettings::p ut_AllowInboundMaskRequest

Indica si se permite. (INetFwIcmpSettings.put_AllowInboundMaskRequest)
INetFwIcmpSettings::p ut_AllowInboundRouterRequest

Indica si se permite. (INetFwIcmpSettings.put_AllowInboundRouterRequest)
INetFwIcmpSettings::p ut_AllowInboundTimestampRequest

Indica si se permite. (INetFwIcmpSettings.put_AllowInboundTimestampRequest)
INetFwIcmpSettings::p ut_AllowOutboundDestinationUnreachable

Indica si se permite. (INetFwIcmpSettings.put_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::p ut_AllowOutboundPacketTooBig

Indica si se permite. (INetFwIcmpSettings.put_AllowOutboundPacketTooBig)
INetFwIcmpSettings::p ut_AllowOutboundParameterProblem

Indica si se permite. (INetFwIcmpSettings.put_AllowOutboundParameterProblem)
INetFwIcmpSettings::p ut_AllowOutboundSourceQuench

Indica si se permite la puesta en cola de origen de salida. (Put)
INetFwIcmpSettings::p ut_AllowOutboundTimeExceeded

Indica si se permite superar el tiempo de salida. (Put)
INetFwIcmpSettings::p ut_AllowRedirect

Indica si se permite el redireccionamiento. (Put)

Comentarios

Las instancias de esta interfaz se recuperan a través de la propiedad IcmpSettings de la interfaz INetFwProfile.

Dado que los métodos y propiedades de esta interfaz habilitan todas las reglas que pertenecen a un tipo ICMP determinado, la habilitación de una regla también puede habilitar reglas de otros grupos.

Todos los cambios de configuración surten efecto inmediatamente.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 con SP1 [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado netfw.h

Consulte también

IDispatch

INetFwProfile.IcmpSettings

IUnknown