NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.AddRange (Int32)

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
);

Parameters

Range
The starting or ending point of the range.

Remarks

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.

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace | HttpWebRequest.AddRange Overload List