Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface that provides access to the settings controlling Internet Control Message Protocol (ICMP) packets.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<GuidAttribute("A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")> _
Public Interface INetFwIcmpSettings
[GuidAttribute("A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")]
public interface INetFwIcmpSettings
[GuidAttribute(L"A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")]
public interface class INetFwIcmpSettings
[<GuidAttribute("A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")>]
type INetFwIcmpSettings = interface end
public interface INetFwIcmpSettings
The INetFwIcmpSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowInboundEchoRequest | Gets or sets a flag indicating whether to allow inbound echo requests. |
![]() |
AllowInboundMaskRequest | Gets or sets a flag indicating whether to allow inbound mask requests. |
![]() |
AllowInboundRouterRequest | Gets or sets a flag indicating whether to allow inbound router requests. |
![]() |
AllowInboundTimestampRequest | Gets or sets a flag indicating whether to allow inbound timestamp requests. |
![]() |
AllowOutboundDestinationUnreachable | Gets or sets a flag indicating whether to allow “outbound destination unreachable” messages. |
![]() |
AllowOutboundPacketTooBig | Gets or sets a flag indicating whether to allow “outbound packet too big” messages. |
![]() |
AllowOutboundParameterProblem | Gets or sets a flag indicating whether to allow “outbound parameter problem” messages. |
![]() |
AllowOutboundSourceQuench | Gets or sets a flag indicating whether to allow “outbound source quench” messages. |
![]() |
AllowOutboundTimeExceeded | Gets or sets a flag indicating whether to allow “outbound time exceeded” messages. |
![]() |
AllowRedirect | Gets or sets a flag indicating whether to allow redirects. |
Top