System::Net::HttpWebRequest::get_ContentLength method

HttpWebRequest::get_ContentLength method

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

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

ReturnValue

The number of bytes of the request data to sent.

See Also