BatchRequestContent.TryComputeLength(Int64) Method

Definition

Determines whether the HTTP content has a valid length in bytes.

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

Parameters

length
Int64

The length in bytes of the HTTP content.

Returns

Applies to