System::Net::WebRequest::set_ContentLength method

WebRequest::set_ContentLength method

Sets the number of bytes of the request data to sent.

virtual void System::Net::WebRequest::set_ContentLength(int64_t value)
ParameterTypeDescription
valueint64_tThe number of bytes to set.

See Also