FormUrlEncodedMediaTypeFormatter.ReadBufferSize Property

 

Gets or sets the size of the buffer when reading the incoming stream.

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

Syntax

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

Property Value

Type: System.Int32

The buffer size.

See Also

FormUrlEncodedMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top