INetFwIcmpSettings Interface

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
Public property AllowInboundEchoRequest Gets or sets a flag indicating whether to allow inbound echo requests.
Public property AllowInboundMaskRequest Gets or sets a flag indicating whether to allow inbound mask requests.
Public property AllowInboundRouterRequest Gets or sets a flag indicating whether to allow inbound router requests.
Public property AllowInboundTimestampRequest Gets or sets a flag indicating whether to allow inbound timestamp requests.
Public property AllowOutboundDestinationUnreachable Gets or sets a flag indicating whether to allow “outbound destination unreachable” messages.
Public property AllowOutboundPacketTooBig Gets or sets a flag indicating whether to allow “outbound packet too big” messages.
Public property AllowOutboundParameterProblem Gets or sets a flag indicating whether to allow “outbound parameter problem” messages.
Public property AllowOutboundSourceQuench Gets or sets a flag indicating whether to allow “outbound source quench” messages.
Public property AllowOutboundTimeExceeded Gets or sets a flag indicating whether to allow “outbound time exceeded” messages.
Public property AllowRedirect Gets or sets a flag indicating whether to allow redirects.

Top

See Also

Reference

Microsoft.TeamFoundation.Common Namespace