Adds a range header to a request for a specific range from the beginning or end of the requested data.
[Visual Basic] Overloads Public Sub AddRange( _ ByVal Range As Integer _ ) [C#] public void AddRange( int Range ); [C++] public: void AddRange( int Range ); [JScript] public function AddRange( Range : int );
If Range is positive, the range requested will be from the start of the data to Range.
If Range is negative, the range requested will be from Range
to the end of the data.
HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace | HttpWebRequest.AddRange Overload List