BufferedMediaTypeFormatter.BufferSize Property

 

Gets or sets the suggested size of buffer to use with streams in bytes.

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

Syntax

public int BufferSize { get; set; }
public:
property int BufferSize {
    int get();
    void set(int value);
}
member BufferSize : int with get, set
Public Property BufferSize As Integer

Property Value

Type: System.Int32

The suggested size of buffer to use with streams in bytes.

See Also

BufferedMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top