System::Net::Http::HttpContent::TryComputeLength method
HttpContent::TryComputeLength method
Tries to calculate the content size.
virtual bool System::Net::Http::HttpContent::TryComputeLength(int64_t &length)=0
Parameter | Type | Description |
---|---|---|
length | int64_t& | The output parameter where the calculated size will be assigned. |
ReturnValue
True when the size is successfully updated, otherwise false.
See Also
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.TeX for C++