Windows apps
Collapse the table of content
Expand the table of content

HttpClientHandler::MaxRequestContentBufferSize Property

Gets or sets the maximum request content buffer size used by the handler.

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

public:
property long long MaxRequestContentBufferSize {
	long long get ();
	void set (long long value);
}

Property Value

Type: System::Int64
Show:
© 2017 Microsoft