ContentRangeHeaderValue.HasRange Property

Definition

Gets whether the Content-Range has a range specified.

public:
 property bool HasRange { bool get(); };
public bool HasRange { get; }
member this.HasRange : bool
Public ReadOnly Property HasRange As Boolean

Property Value

true if the Content-Range has a range specified; otherwise, false.

Applies to