HttpStringContent.TryComputeLength(UInt64) メソッド

定義

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 コンテンツのコンテンツ長を計算します。 コンテンツに設定されたヘッダーは、コンテンツの長さに含まれません。 これは、コンテンツの長さを簡単に計算できるコンテンツ タイプに役立ちます。

適用対象