IDTSHttpClientConnection100.ChunkSize Proprietà

Definizione

Ottiene o imposta un valore che indica il numero minimo di byte da recuperare dal server o da inviare al server durante un'operazione in lettura/scrittura.

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

Valore della proprietà

Numero minimo di byte da recuperare o inviare.

Attributi

Si applica a