IDTSConnectionManagerHttp100.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(18)]
public int ChunkSize { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
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