Property IfRange
IfRange
Gets the value of the HTTP If-Range header.
Used to make a conditional range request, allowing the client to specify that the range should only be returned if the resource has not changed.
public string? IfRange { get; }
Gets the value of the HTTP If-Range header.
Used to make a conditional range request, allowing the client to specify that the range should only be returned if the resource has not changed.
public string? IfRange { get; }