INetFwIcmpSettings-Schnittstelle (netfw.h)

[Die Windows-Firewall-API ist für die Verwendung in den Betriebssystemen verfügbar, die im Abschnitt "Anforderungen" angegeben sind. Es kann in nachfolgenden Versionen geändert oder entfernt werden. Für Windows Vista und höher wird die Verwendung der Windows-Firewall mit erweiterter Sicherheits-API empfohlen.]

Die INetFwIcmpSettings-Schnittstelle bietet Zugriff auf die Einstellungen, die ICMP-Pakete steuern.

Vererbung

Die INetFwIcmpSettings-Schnittstelle erbt von der IDispatch-Schnittstelle . INetFwIcmpSettings verfügt auch über folgende Arten von Membern:

Methoden

Die INetFwIcmpSettings-Schnittstelle verfügt über diese Methoden.

 
INetFwIcmpSettings::get_AllowInboundEchoRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowInboundEchoRequest)
INetFwIcmpSettings::get_AllowInboundMaskRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowInboundMaskRequest)
INetFwIcmpSettings::get_AllowInboundRouterRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowInboundRouterRequest)
INetFwIcmpSettings::get_AllowInboundTimestampRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowInboundTimestampRequest)
INetFwIcmpSettings::get_AllowOutboundDestinationUnreachable

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::get_AllowOutboundPacketTooBig

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowOutboundPacketTooBig)
INetFwIcmpSettings::get_AllowOutboundParameterProblem

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.get_AllowOutboundParameterProblem)
INetFwIcmpSettings::get_AllowOutboundSourceQuench

Gibt an, ob ausgehende Quelllöschung zulässig ist. (Abrufen)
INetFwIcmpSettings::get_AllowOutboundTimeExceeded

Gibt an, ob die Überschreitung der ausgehenden Zeit zulässig ist. (Abrufen)
INetFwIcmpSettings::get_AllowRedirect

Gibt an, ob umleitung zulässig ist. (Abrufen)
INetFwIcmpSettings::p ut_AllowInboundEchoRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowInboundEchoRequest)
INetFwIcmpSettings::p ut_AllowInboundMaskRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowInboundMaskRequest)
INetFwIcmpSettings::p ut_AllowInboundRouterRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowInboundRouterRequest)
INetFwIcmpSettings::p ut_AllowInboundTimestampRequest

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowInboundTimestampRequest)
INetFwIcmpSettings::p ut_AllowOutboundDestinationUnreachable

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowOutboundDestinationUnreachable)
INetFwIcmpSettings::p ut_AllowOutboundPacketTooBig

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowOutboundPacketTooBig)
INetFwIcmpSettings::p ut_AllowOutboundParameterProblem

Gibt an, ob dies zulässig ist. (INetFwIcmpSettings.put_AllowOutboundParameterProblem)
INetFwIcmpSettings::p ut_AllowOutboundSourceQuench

Gibt an, ob ausgehende Quelllöschung zulässig ist. (Put)
INetFwIcmpSettings::p ut_AllowOutboundTimeExceed

Gibt an, ob die Überschreitung der ausgehenden Zeit zulässig ist. (Put)
INetFwIcmpSettings::p ut_AllowRedirect

Gibt an, ob umleitung zulässig ist. (Put)

Hinweise

Instanzen dieser Schnittstelle werden über die IcmpSettings-Eigenschaft der INetFwProfile-Schnittstelle abgerufen.

Da die Methoden und Eigenschaften dieser Schnittstelle alle Regeln aktivieren, die zu einem bestimmten ICMP-Typ gehören, kann das Aktivieren einer Regel auch Regeln aus anderen Gruppen aktivieren.

Alle Konfigurationsänderungen werden sofort wirksam.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 mit SP1 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile netfw.h

Weitere Informationen

IDispatch

INetFwProfile.IcmpSettings

IUnknown