System::Net::Http::HttpClient::set_MaxResponseContentBufferSize method

HttpClient::set_MaxResponseContentBufferSize method

Sets the maximum number of bytes of response content.

void System::Net::Http::HttpClient::set_MaxResponseContentBufferSize(int64_t value)
ParameterTypeDescription
valueint64_tThe value that will be set.

See Also