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
'Declaration
Public Property ReadBufferSize As Integer
Get
Set
'Usage
Dim instance As FormUrlEncodedMediaTypeFormatter
Dim value As Integer
value = instance.ReadBufferSize
instance.ReadBufferSize = value
public int ReadBufferSize { get; set; }
public:
property int ReadBufferSize {
int get ();
void set (int value);
}
member ReadBufferSize : int with get, set
function get ReadBufferSize () : int
function set ReadBufferSize (value : int)
Property Value
Type: System.Int32
The buffer size.