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 | 是否要取得或設定旗標允許重新導向。 |
回頁首