set_AllowReadStreamBuffering()

HttpWebRequest::set_AllowReadStreamBuffering(bool) method

Sets a value indicates if the data received from the resource must be buffered.

virtual void System::Net::HttpWebRequest::set_AllowReadStreamBuffering(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also