HttpContent::TryComputeLength Method
Determines whether the HTTP content has a valid length in bytes.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
protected public: virtual bool TryComputeLength( [OutAttribute] long long% length ) abstract
Parameters
- length
- Type: System::Int64%
The length in bytes of the HHTP content.
Return Value
Type: System::BooleanReturns Boolean.true if length is a valid length; otherwise, false.
Show: