IDTSHttpClientConnection100.ChunkSize Property

Definition

Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a read/write operation.

public:
 property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(25)]
public 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 Property ChunkSize As Integer

Property Value

The minimum number of bytes to retrieve or send.

Attributes

Applies to