FileBinaryContent.TryComputeLength(Int64) Method

Definition

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

public override bool TryComputeLength(out long length);
override this.TryComputeLength : int64 -> bool
Public Overrides Function TryComputeLength (ByRef length As Long) As Boolean

Parameters

length
Int64

The length of the underlying data.

Returns

Applies to