BatchRequestContent.TryComputeLength(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.