次の方法で共有


HttpClientConnection100Class.ChunkSize プロパティ

定義

読み取りまたは書き込み操作中にサーバーから取得、またはサーバーに送信する最少バイト数を示す値を取得します。値の設定も可能です。

public:
 virtual property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(25)]
public virtual int ChunkSize { [System.Runtime.InteropServices.DispId(25)] get; [System.Runtime.InteropServices.DispId(25)] set; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
[<set: System.Runtime.InteropServices.DispId(25)>]
member this.ChunkSize : int with get, set
Public Overridable Property ChunkSize As Integer

プロパティ値

取得または送信する最小バイト数を含む整数。

実装

属性

適用対象