System::Net::HttpWebRequest::set_AllowReadStreamBuffering method

HttpWebRequest::set_AllowReadStreamBuffering method

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

virtual void System::Net::HttpWebRequest::set_AllowReadStreamBuffering(bool value)
ParameterTypeDescription
valueboolThe value that must be set.

See Also