Click or drag to resize
ResponseDataSenderAcceptRanges Property
Indicates whether range requests are enabled (ex. for resumable downloads). If false, the HTTP Handler ignores the Range HTTP Header and returns the entire contents.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool AcceptRanges { get; }

Property Value

Type: Boolean
See Also