System::Net::Http::HttpContent::TryComputeLength method
HttpContent::TryComputeLength method
コンテンツサイズの計算を試みます。
virtual bool System::Net::Http::HttpContent::TryComputeLength(int64_t &length)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| length | int64_t& | 計算されたサイズが代入される出力パラメータ。 |
ReturnValue
サイズが正常に更新された場合は true、そうでない場合は false。
参照
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.Page for C++