get_ContentLength()

HttpWebRequest::get_ContentLength() method

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

int64_t System::Net::HttpWebRequest::get_ContentLength() override

Return Value

The number of bytes of the request data to sent.

See Also