次の方法で共有


PacketCaptureParameters.BytesToCapturePerPacket プロパティ

定義

パケットごとにキャプチャされたバイト数を取得または設定します。残りのバイトは切り捨てられます。

[Newtonsoft.Json.JsonProperty(PropertyName="bytesToCapturePerPacket")]
public long? BytesToCapturePerPacket { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bytesToCapturePerPacket")>]
member this.BytesToCapturePerPacket : Nullable<int64> with get, set
Public Property BytesToCapturePerPacket As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象