Share via


RequestContent.TryComputeLength(Int64) Method

Definition

Attempts to compute the length of the underlying content, if available.

public abstract bool TryComputeLength (out long length);
abstract member TryComputeLength : int64 -> bool
Public MustOverride Function TryComputeLength (ByRef length As Long) As Boolean

Parameters

length
Int64

The length of the underlying data.

Returns

Applies to