AddRange()
HttpWebRequest::AddRange(int32_t) method
Adds the ‘Range’ header to the current request.
virtual void System::Net::HttpWebRequest::AddRange(int32_t range)
Arguments
Parameter | Type | Description |
---|---|---|
range | int32_t | The beginning or the end of the request range. |
HttpWebRequest::AddRange(System::String, int32_t, int32_t) method
Adds the ‘Range’ header to the current request.
virtual void System::Net::HttpWebRequest::AddRange(System::String rangeSpecifier, int32_t from, int32_t to)
Arguments
Parameter | Type | Description |
---|---|---|
rangeSpecifier | System::String | The unit in which ranges are specified. |
from | int32_t | The beginning of the request range. |
to | int32_t | The end of the request range. |
See Also
- Class HttpWebRequest
- Class String
- Namespace System::Net
- Library Aspose.Slides