System::Net::Http::HttpContent::TryComputeLength method

HttpContent::TryComputeLength method

コンテンツサイズの計算を試みます。

virtual bool System::Net::Http::HttpContent::TryComputeLength(int64_t &length)=0
パラメーター説明
lengthint64_t&計算されたサイズが代入される出力パラメータ。

ReturnValue

サイズが正常に更新された場合は true、そうでない場合は false。

参照