TryComputeLength()

ByteArrayContent::TryComputeLength(int64_t&) method

Tries to calculate the byte array length.

bool System::Net::Http::ByteArrayContent::TryComputeLength(int64_t &length) override

Arguments

ParameterTypeDescription
lengthint64_t&The output parameter where the calculated length will be assigned.

Return Value

True when the length is successfully calculated, otherwise false.

See Also