次の方法で共有


IWithIPForwarding インターフェイス

定義

IP 転送を有効または無効にできるネットワーク インターフェイス更新のステージ。

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

メソッド

WithIPForwarding()

ネットワーク インターフェイスで IP 転送を有効にします。

WithoutIPForwarding()

ネットワーク インターフェイスで IP 転送を無効にします。

適用対象