INetFwIcmpSettings 介面
連結提供控制項的網際網路控制訊息通訊協定 (ICMP) 封包的設定。
命名空間: Microsoft.TeamFoundation.Common
組件: Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)
語法
'宣告
<GuidAttribute("A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")> _
Public Interface INetFwIcmpSettings
[GuidAttribute("A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD")]
public interface INetFwIcmpSettings
INetFwIcmpSettings 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
AllowInboundEchoRequest | 是否要從其中取得或設定旗標允許對內回應要求。 | |
AllowInboundMaskRequest | 是否要從其中取得或設定旗標允許輸入遮罩要求。 | |
AllowInboundRouterRequest | 是否要從其中取得或設定旗標允許對內路由器要求。 | |
AllowInboundTimestampRequest | 是否要從其中取得或設定旗標允許對內時間戳記要求。 | |
AllowOutboundDestinationUnreachable | 是否要從其中取得或設定旗標提供「傳出目的地不可能執行到的訊息。 | |
AllowOutboundPacketTooBig | 是否要從其中取得或設定旗標允許「傳出封包太大訊息。 | |
AllowOutboundParameterProblem | 是否要從其中取得或設定旗標允許「傳出參數問題訊息。 | |
AllowOutboundSourceQuench | 是否要從其中取得或設定旗標允許「傳出來源熄排除訊息。 | |
AllowOutboundTimeExceeded | 是否要從其中取得或設定旗標允許「傳出時間超過訊息。 | |
AllowRedirect | 是否要從其中取得或設定旗標允許重新導向。 |
回頁首