This documentation is archived and is not being maintained.
INetFwIcmpSettings Interface
Visual Studio 2013
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)
The INetFwIcmpSettings type exposes the following members.
| 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. |
Show:
