次の方法で共有


PacketCaptureFilter.RemoteIPAddress プロパティ

定義

フィルター処理するローカル IP アドレスを取得または設定します。 表記: 単一アドレス入力の場合は "127.0.0.1" です。 範囲の場合は "127.0.0.1-127.0.0.255" です。 複数のエントリの場合は "127.0.0.1;127.0.0.5;" 現在サポートされていない複数の範囲。 現在サポートされていない複数のエントリとの範囲の混在。 既定値は null です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象