HttpContentHeaders Class
Represents the collection of Content Headers as defined in RFC 2616.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.HttpHeaders
System.Net.Http.Headers.HttpContentHeaders
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public NotInheritable Class HttpContentHeaders _
Inherits HttpHeaders
'Usage
Dim instance As HttpContentHeaders
public sealed class HttpContentHeaders : HttpHeaders
public ref class HttpContentHeaders sealed : public HttpHeaders
[<SealedAttribute>]
type HttpContentHeaders =
class
inherit HttpHeaders
end
public final class HttpContentHeaders extends HttpHeaders
The HttpContentHeaders type exposes the following members.
Properties
Name | Description | |
---|---|---|
Allow | Gets {insert text here}. | |
ContentDisposition | Gets or sets {insert text here}. | |
ContentEncoding | Gets {insert text here}. | |
ContentLanguage | Gets {insert text here}. | |
ContentLength | Gets or sets {insert text here}. | |
ContentLocation | Gets or sets {insert text here}. | |
ContentMD5 | Gets or sets {insert text here}. | |
ContentRange | Gets or sets {insert text here}. | |
ContentType | Gets or sets {insert text here}. | |
Expires | Gets or sets {insert text here}. | |
LastModified | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Add(String, IEnumerable<String>) | (Inherited from HttpHeaders.) | |
Add(String, String) | (Inherited from HttpHeaders.) | |
Clear | (Inherited from HttpHeaders.) | |
Contains | (Inherited from HttpHeaders.) | |
Equals | (Inherited from Object.) | |
GetEnumerator | (Inherited from HttpHeaders.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValues | (Inherited from HttpHeaders.) | |
Remove | (Inherited from HttpHeaders.) | |
ToString | (Inherited from HttpHeaders.) | |
TryAddWithoutValidation(String, IEnumerable<String>) | (Inherited from HttpHeaders.) | |
TryAddWithoutValidation(String, String) | (Inherited from HttpHeaders.) | |
TryGetValues | (Inherited from HttpHeaders.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from HttpHeaders.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.