set_MaxResponseContentBufferSize()

HttpClient::set_MaxResponseContentBufferSize(int64_t) method

Sets the maximum number of bytes of response content.

void System::Net::Http::HttpClient::set_MaxResponseContentBufferSize(int64_t value)

Arguments

ParameterTypeDescription
valueint64_tThe value that will be set.

See Also