System::Net::Http::HttpContent::TryComputeLength 方法
HttpContent::TryComputeLength method
尝试计算内容大小。
virtual bool System::Net::Http::HttpContent::TryComputeLength(int64_t &length)=0
| Parameter | Type | 描述 |
|---|---|---|
| length | int64_t& | 计算得到的大小将被赋值的输出参数。 |
ReturnValue
当大小成功更新时为 true,否则为 false。
另见
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Page for C++