System::Net::Http::ByteArrayContent::TryComputeLength method

ByteArrayContent::TryComputeLength method

Tries to calculate the byte array length.

bool System::Net::Http::ByteArrayContent::TryComputeLength(int64_t &length) override
ParameterTypeDescription
lengthint64_t&The output parameter where the calculated length will be assigned.

ReturnValue

True when the length is successfully calculated, otherwise false.

See Also