HttpStringContent.TryComputeLength(UInt64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HttpStringContent の長さをバイト単位で計算します。
public:
virtual bool TryComputeLength([Out] unsigned long long & length) = TryComputeLength;
bool TryComputeLength([Out] uint64_t & length);
public bool TryComputeLength(out ulong length);
Public Function TryComputeLength (ByRef length As ULong) As Boolean
パラメーター
- length
-
UInt64
unsigned long long
uint64_t
HttpStringContent の長さ (バイト単位)。
戻り値
Boolean
bool
length が有効な 長 さの場合は true。それ以外の場合は false。
戻り値は false にしないでください。
実装
M:Windows.Web.Http.IHttpContent.TryComputeLength(System.UInt64@)
M:Windows.Web.Http.IHttpContent.TryComputeLength(unsigned long long@)
M:Windows.Web.Http.IHttpContent.TryComputeLength(uint64_t@)
注釈
TryComputeLength メソッドは、 HttpStringContent の HTTP コンテンツのコンテンツ長を計算します。 コンテンツに設定されたヘッダーは、コンテンツの長さに含まれません。 これは、コンテンツの長さを簡単に計算できるコンテンツ タイプに役立ちます。