Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContent::TryComputeLength Method (Int64)

 

Computes the length of the stream if possible.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

protected:
virtual bool TryComputeLength(
	[OutAttribute] long long% length
) override

Parameters

length
Type: System::Int64

Receives the computed length of the stream.

Return Value

Type: System::Boolean

true if the length has been computed; otherwise, false.

Return to top
Show: