次の方法で共有


PacketCaptureFilter.LocalPort プロパティ

定義

フィルター処理するローカル ポートを取得または設定します。 表記: 単一ポート エントリの場合は "80" です。範囲の場合は 80 から 85" です。 複数のエントリの場合は "80;443;" です。 現在サポートされていない複数の範囲。 現在サポートされていない複数のエントリとの範囲の混在。 既定値は null です。

[Newtonsoft.Json.JsonProperty(PropertyName="localPort")]
public string LocalPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="localPort")>]
member this.LocalPort : string with get, set
Public Property LocalPort As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象