次の方法で共有


IWithDirectionAccess インターフェイス

定義

方向とアクセスの種類を指定できるネットワーク 規則の説明のステージ。

public interface IWithDirectionAccess
type IWithDirectionAccess = interface
Public Interface IWithDirectionAccess
派生

メソッド

AllowInbound()

受信トラフィックを許可します。

AllowOutbound()

送信トラフィックを許可します。

DenyInbound()

受信トラフィックをブロックします。

DenyOutbound()

送信トラフィックをブロックします。

適用対象