ConnectionManagerHttpClass.ChunkSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示讀取/寫入作業期間擷取自或傳送到伺服器的最小位元組數目。
public:
virtual property int ChunkSize { int get(); void set(int value); };
public virtual int ChunkSize { get; set; }
member this.ChunkSize : int with get, set
Public Overridable Property ChunkSize As Integer
屬性值
-
Int32
要擷取或傳送的最小位元組數目。
實作
適用於