RequestHeaders.IfRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the If-Range
header for an HTTP request.
public:
property Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ IfRange { Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.RangeConditionHeaderValue IfRange { get; set; }
public Microsoft.Net.Http.Headers.RangeConditionHeaderValue? IfRange { get; set; }
member this.IfRange : Microsoft.Net.Http.Headers.RangeConditionHeaderValue with get, set
Public Property IfRange As RangeConditionHeaderValue