System.Net.HttpStatusCode.RequestedRangeNotSatisfiable Field

Equivalent to HTTP status 416. HttpStatusCode.RequestedRangeNotSatisfiable indicates that the range of data requested from the resource cannot be returned, either because the beginning of the range is before the beginning of the resource, or the end of the range is after the end of the resource.

Value: RequestedRangeNotSatisfiable

Syntax

HttpStatusCode RequestedRangeNotSatisfiable

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0