HttpResponseHeaders Class

Represents the collection of Response Headers as defined in RFC 2616.

Inheritance Hierarchy

System.Object
  System.Net.Http.Headers.HttpHeaders
    System.Net.Http.Headers.HttpResponseHeaders

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public NotInheritable Class HttpResponseHeaders _
    Inherits HttpHeaders
'Usage
Dim instance As HttpResponseHeaders
public sealed class HttpResponseHeaders : HttpHeaders
public ref class HttpResponseHeaders sealed : public HttpHeaders
[<SealedAttribute>]
type HttpResponseHeaders =  
    class 
        inherit HttpHeaders 
    end
public final class HttpResponseHeaders extends HttpHeaders

The HttpResponseHeaders type exposes the following members.

Properties

  Name Description
Public property AcceptRanges Gets {insert text here}.
Public property Age Gets or sets {insert text here}.
Public property CacheControl Gets or sets {insert text here}.
Public property Connection Gets {insert text here}.
Public property ConnectionClose Gets or sets {insert text here}.
Public property Date Gets or sets {insert text here}.
Public property ETag Gets or sets {insert text here}.
Public property Location Gets or sets {insert text here}.
Public property Pragma Gets {insert text here}.
Public property ProxyAuthenticate Gets {insert text here}.
Public property RetryAfter Gets or sets {insert text here}.
Public property Server Gets {insert text here}.
Public property Trailer Gets {insert text here}.
Public property TransferEncoding Gets {insert text here}.
Public property TransferEncodingChunked Gets or sets {insert text here}.
Public property Upgrade Gets {insert text here}.
Public property Vary Gets {insert text here}.
Public property Via Gets {insert text here}.
Public property Warning Gets {insert text here}.
Public property WwwAuthenticate Gets {insert text here}.

Top

Methods

  Name Description
Public method Add(String, IEnumerable<String>) (Inherited from HttpHeaders.)
Public method Add(String, String) (Inherited from HttpHeaders.)
Public method Clear (Inherited from HttpHeaders.)
Public method Contains (Inherited from HttpHeaders.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from HttpHeaders.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValues (Inherited from HttpHeaders.)
Public method Remove (Inherited from HttpHeaders.)
Public method ToString (Inherited from HttpHeaders.)
Public method TryAddWithoutValidation(String, IEnumerable<String>) (Inherited from HttpHeaders.)
Public method TryAddWithoutValidation(String, String) (Inherited from HttpHeaders.)
Public method TryGetValues (Inherited from HttpHeaders.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

System.Net.Http.Headers Namespace