InvalidByteRangeException.ContentRange Property
The current extend of the resource indicated in terms of a ContentRange header field.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
public ContentRangeHeaderValue ContentRange {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ContentRangeHeaderValue^ ContentRange {
[CompilerGeneratedAttribute]
ContentRangeHeaderValue^ get();
[CompilerGeneratedAttribute]
private: void set(ContentRangeHeaderValue^ value);
}
member ContentRange : ContentRangeHeaderValue with get, private set
Public Property ContentRange As ContentRangeHeaderValue
Get
Private Set
End Property
Property Value
Type: System.Net.Http.Headers.ContentRangeHeaderValue
See Also
InvalidByteRangeException Class
System.Net.Http Namespace
Return to top