System.Net.Http
4.0.0.0
System.Object
System.ICloneable
To be added.
Represents the value of the Content-Range header.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
The starting or ending point of the range, in bytes.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
The position, in bytes, at which to start sending data.
The position, in bytes, at which to stop sending data.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
The position, in bytes, at which to start sending data.
The position, in bytes, at which to stop sending data.
The starting or ending point of the range, in bytes.
Method
4.0.0.0
System.Boolean
To be added.
Determines whether the specified Object is equal to the current object.
Returns .
true if the specified is equal to the current object; otherwise, false.
The object to compare with the current object.
Property
4.0.0.0
System.Nullable<System.Int64>
To be added.
To be added.
Gets the position at which to start sending data.
Method
4.0.0.0
System.Int32
A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection.
The method is suitable for use in hashing algorithms and data structures such as a hash table.
Serves as a hash function for an object.
Returns .
A hash code for the current object.
Property
4.0.0.0
System.Boolean
To be added.
To be added.
Gets whether the Content-Range header has a length specified.
Property
4.0.0.0
System.Boolean
To be added.
To be added.
Gets whether the Content-Range has a range specified.
Property
4.0.0.0
System.Nullable<System.Int64>
To be added.
To be added.
Gets the length of the full entity-body.
Method
4.0.0.0
System.Net.Http.Headers.ContentRangeHeaderValue
To be added.
Converts a string to an instance.
Returns .
An instance.
A string that represents content range header value information.
Method
4.0.0.0
System.Object
To be added.
Creates a new object that is a copy of the current instance.
Returns .
A copy of the current instance.
Property
4.0.0.0
System.Nullable<System.Int64>
To be added.
To be added.
Gets the position at which to stop sending data.
Method
4.0.0.0
System.String
To be added.
Returns a string that represents the current object.
Returns .
A string that represents the current object.
Method
4.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
To be added.
Property
4.0.0.0
System.String
To be added.
The only range unit defined by HTTP/1.1 is "bytes".
The range units used.