RequestHeaders.IfRange Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
HTTP isteğinin If-Range
üst bilgisini alır veya ayarlar.
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