Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 2.0
System.Net
AddRange Method
Collapse All/Expand All Collapse All
.NET Framework Class Library
HttpWebRequest.AddRange Method

Adds a range header to the request.

Name Description
HttpWebRequest.AddRange (Int32) Adds a byte range header to a request for a specific range from the beginning or end of the requested data.

Supported by the .NET Compact Framework.

HttpWebRequest.AddRange (Int32, Int32) Adds a byte range header to the request for a specified range.

Supported by the .NET Compact Framework.

HttpWebRequest.AddRange (String, Int32) Adds a range header to a request for a specific range from the beginning or end of the requested data.

Supported by the .NET Compact Framework.

HttpWebRequest.AddRange (String, Int32, Int32) Adds a range header to a request for a specified range.

Supported by the .NET Compact Framework.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Int32?      GrayShade   |   Edit   |   Show History

Yet does anyone know why noone cared to add a few more overloads to support >2GB files? Because of the internal HttpWebRequest(Uri uri) constructor, one has to use reflection to derive from HttpWebRequest.

Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker