Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | Allow | Gets {insert text here}. | 
| .gif) | ContentDisposition | Gets or sets {insert text here}. | 
| .gif) | ContentEncoding | Gets {insert text here}. | 
| .gif) | ContentLanguage | Gets {insert text here}. | 
| .gif) | ContentLength | Gets or sets {insert text here}. | 
| .gif) | ContentLocation | Gets or sets {insert text here}. | 
| .gif) | ContentMD5 | Gets or sets {insert text here}. | 
| .gif) | ContentRange | Gets or sets {insert text here}. | 
| .gif) | ContentType | Gets or sets {insert text here}. | 
| .gif) | Expires | Gets or sets {insert text here}. | 
| .gif) | LastModified | Gets or sets {insert text here}. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add(String, IEnumerable<String>) | (Inherited from HttpHeaders.) | 
| .gif) | Add(String, String) | (Inherited from HttpHeaders.) | 
| .gif) | Clear | (Inherited from HttpHeaders.) | 
| .gif) | Contains | (Inherited from HttpHeaders.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | GetEnumerator | (Inherited from HttpHeaders.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | GetValues | (Inherited from HttpHeaders.) | 
| .gif) | Remove | (Inherited from HttpHeaders.) | 
| .gif) | ToString | (Inherited from HttpHeaders.) | 
| .gif) | TryAddWithoutValidation(String, IEnumerable<String>) | (Inherited from HttpHeaders.) | 
| .gif) | TryAddWithoutValidation(String, String) | (Inherited from HttpHeaders.) | 
| .gif) | TryGetValues | (Inherited from HttpHeaders.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | 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.