共用方式為


(netfw.h) INetFwIcmpSettings 介面

[Windows 防火牆 API 可用於需求一節中指定的操作系統。 它在後續版本中可能會變更或無法使用。 針對 Windows Vista 和更新版本,建議使用 具有進階安全性 API 的 Windows 防火牆 。]

INetFwIcmpSettings 介面可讓您存取控制 ICMP 封包的設定。

繼承

INetFwIcmpSettings 介面繼承自 IDispatch 介面。 INetFwIcmpSettings 也有下列類型的成員:

方法

INetFwIcmpSettings 介面具有這些方法。

 
INetFwIcmpSettings::get_AllowInboundEchoRequest

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowInboundEchoRequest)
INetFwIcmpSettings::get_AllowInboundMaskRequest

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowInboundMaskRequest)
INetFwIcmpSettings::get_AllowInboundRouterRequest

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowInboundRouterRequest)
INetFwIcmpSettings::get_AllowInboundTimestampRequest

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowInboundTimestampRequest)
INetFwIcmpSettings::get_AllowOutboundDestinationUnreachable

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::get_AllowOutboundPacketTooBig

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowOutboundPacketTooBig)
INetFwIcmpSettings::get_AllowOutboundParameterProblem

指出是否允許此專案。 (INetFwIcmpSettings.get_AllowOutboundParameterProblem)
INetFwIcmpSettings::get_AllowOutboundSourceQuench

指出是否允許輸出來源 quench。 (取得)
INetFwIcmpSettings::get_AllowOutboundTimeExceeded

指出是否允許超過輸出時間。 (取得)
INetFwIcmpSettings::get_AllowRedirect

指出是否允許重新導向。 (取得)
INetFwIcmpSettings::p ut_AllowInboundEchoRequest

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowInboundEchoRequest)
INetFwIcmpSettings::p ut_AllowInboundMaskRequest

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowInboundMaskRequest)
INetFwIcmpSettings::p ut_AllowInboundRouterRequest

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowInboundRouterRequest)
INetFwIcmpSettings::p ut_AllowInboundTimestampRequest

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowInboundTimestampRequest)
INetFwIcmpSettings::p ut_AllowOutboundDestinationUnreachable

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::p ut_AllowOutboundPacketTooBig

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowOutboundPacketTooBig)
INetFwIcmpSettings::p ut_AllowOutboundParameterProblem

指出是否允許此專案。 (INetFwIcmpSettings.put_AllowOutboundParameterProblem)
INetFwIcmpSettings::p ut_AllowOutboundSourceQuench

指出是否允許輸出來源 quench。 (Put)
INetFwIcmpSettings::p ut_AllowOutboundTimeExceeded

指出是否允許超過輸出時間。 (Put)
INetFwIcmpSettings::p ut_AllowRedirect

指出是否允許重新導向。 (Put)

備註

這個介面的實例是透過 INetFwProfile 介面的 IcmpSettings 屬性來擷取。

由於此介面的方法和屬性可啟用屬於指定ICMP類型的所有規則,因此啟用規則也可以啟用來自其他群組的規則。

所有組態變更都會立即生效。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 SP1 [僅限傳統型應用程式]
目標平台 Windows
標頭 netfw.h

另請參閱

IDispatch

INetFwProfile.IcmpSettings

IUnknown