Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a byte array has a valid length in bytes.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
protected override bool TryComputeLength(
out long length
)
protected:
virtual bool TryComputeLength(
[OutAttribute] long long% length
) override
override TryComputeLength :
length:int64 byref -> bool
Protected Overrides Function TryComputeLength (
<OutAttribute> ByRef length As Long
) As Boolean
Parameters
length
Type: System.Int64The length in bytes of the byte array.
Return Value
Type: System.Boolean
true if length is a valid length; otherwise, false.
See Also
ByteRangeStreamContent Class
System.Net.Http Namespace
Return to top