Interface INetFwIcmpSettings (netfw.h)
[A API do Firewall do Windows está disponível para uso nos sistemas operacionais especificados na seção Requisitos. Ele poderá ser alterado ou ficar indisponível em versões subsequentes. Para o Windows Vista e posterior, é recomendável usar o Firewall do Windows com a API de Segurança Avançada.]
A interface INetFwIcmpSettings fornece acesso às configurações que controlam pacotes ICMP.
Herança
A interface INetFwIcmpSettings herda da interface IDispatch . INetFwIcmpSettings também tem esses tipos de membros:
Métodos
A interface INetFwIcmpSettings tem esses métodos.
INetFwIcmpSettings::get_AllowInboundEchoRequest Indica se isso é permitido. (INetFwIcmpSettings.get_AllowInboundEchoRequest) |
INetFwIcmpSettings::get_AllowInboundMaskRequest Indica se isso é permitido. (INetFwIcmpSettings.get_AllowInboundMaskRequest) |
INetFwIcmpSettings::get_AllowInboundRouterRequest Indica se isso é permitido. (INetFwIcmpSettings.get_AllowInboundRouterRequest) |
INetFwIcmpSettings::get_AllowInboundTimestampRequest Indica se isso é permitido. (INetFwIcmpSettings.get_AllowInboundTimestampRequest) |
INetFwIcmpSettings::get_AllowOutboundDestinationUnreachable Indica se isso é permitido. (INetFwIcmpSettings.get_AllowOutboundDestinationUnreachable) |
INetFwIcmpSettings::get_AllowOutboundPacketTooBig Indica se isso é permitido. (INetFwIcmpSettings.get_AllowOutboundPacketTooBig) |
INetFwIcmpSettings::get_AllowOutboundParameterProblem Indica se isso é permitido. (INetFwIcmpSettings.get_AllowOutboundParameterProblem) |
INetFwIcmpSettings::get_AllowOutboundSourceQuench Indica se a consulta de origem de saída é permitida. (Obter) |
INetFwIcmpSettings::get_AllowOutboundTimeExceeded Indica se exceder o tempo de saída é permitido. (Obter) |
INetFwIcmpSettings::get_AllowRedirect Indica se o redirecionamento é permitido. (Obter) |
INetFwIcmpSettings::p ut_AllowInboundEchoRequest Indica se isso é permitido. (INetFwIcmpSettings.put_AllowInboundEchoRequest) |
INetFwIcmpSettings::p ut_AllowInboundMaskRequest Indica se isso é permitido. (INetFwIcmpSettings.put_AllowInboundMaskRequest) |
INetFwIcmpSettings::p ut_AllowInboundRouterRequest Indica se isso é permitido. (INetFwIcmpSettings.put_AllowInboundRouterRequest) |
INetFwIcmpSettings::p ut_AllowInboundTimestampRequest Indica se isso é permitido. (INetFwIcmpSettings.put_AllowInboundTimestampRequest) |
INetFwIcmpSettings::p ut_AllowOutboundDestinationUnreachable Indica se isso é permitido. (INetFwIcmpSettings.put_AllowOutboundDestinationUnreachable) |
INetFwIcmpSettings::p ut_AllowOutboundPacketTooBig Indica se isso é permitido. (INetFwIcmpSettings.put_AllowOutboundPacketTooBig) |
INetFwIcmpSettings::p ut_AllowOutboundParameterProblem Indica se isso é permitido. (INetFwIcmpSettings.put_AllowOutboundParameterProblem) |
INetFwIcmpSettings::p ut_AllowOutboundSourceQuench Indica se a consulta de origem de saída é permitida. (Put) |
INetFwIcmpSettings::p ut_AllowOutboundTimeExceeded Indica se exceder o tempo de saída é permitido. (Put) |
INetFwIcmpSettings::p ut_AllowRedirect Indica se o redirecionamento é permitido. (Put) |
Comentários
As instâncias dessa interface são recuperadas por meio da propriedade IcmpSettings da interface INetFwProfile.
Como os métodos e as propriedades dessa interface permitem que todas as regras pertencentes a um determinado tipo ICMP, habilitar uma regra também pode habilitar regras de outros grupos.
Todas as alterações de configuração entrarão em vigor imediatamente.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista, Windows XP com SP2 [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2003 com SP1 [somente aplicativos da área de trabalho] |
Plataforma de Destino | Windows |
Cabeçalho | netfw.h |