MultipartFileStreamProvider.BufferSize Property

 

Gets or sets the number of bytes buffered for writes to the file.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

protected int BufferSize { get; }
protected:
property int BufferSize {
    int get();
}
member BufferSize : int with get
Protected ReadOnly Property BufferSize As Integer

Property Value

Type: System.Int32

The number of bytes buffered for writes to the file.

See Also

MultipartFileStreamProvider Class
System.Net.Http Namespace

Return to top