get_ContentLength()

HttpWebResponse::get_ContentLength() method

Returns the number of bytes of the resource.

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

Return Value

The number of bytes of the resource.

See Also