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

'Declaration
Protected ReadOnly Property BufferSize As Integer 
    Get
'Usage
Dim value As Integer 

value = Me.BufferSize
protected int BufferSize { get; }
protected:
property int BufferSize {
    int get ();
}
member BufferSize : int
function get BufferSize () : int

Property Value

Type: System.Int32
The number of bytes buffered for writes to the file.

See Also

Reference

MultipartFileStreamProvider Class

System.Net.Http Namespace