次の方法で共有


IWithDirection インターフェイス

定義

5 タプルとして表されるパケットの方向。 指定できる値は、'Inbound'、'Outbound' です。

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

プロパティ

Inbound

受信方向の設定を取得します。

Outbound

送信方向の設定を取得します。

メソッド

WithDirection(Direction)

方向の値を設定します。

適用対象