class HttpContentHeaders
in global :: System . Net . Http . Headers
Represents the collection of Content Headers as defined in RFC 2616.
public ICollection<string> Allow { get; }
Gets the value of the content header on an HTTP response.
- Returns The value of the header on an HTTP response.
public ICollection<string> ContentEncoding { get; }
Gets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public ICollection<string> ContentLanguage { get; }
Gets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public Nullable<long> ContentLength { get; set; }
Gets or sets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public Uri ContentLocation { get; set; }
Gets or sets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public byte[] ContentMD5 { get; set; }
Gets or sets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public Nullable<DateTimeOffset> Expires { get; set; }
Gets or sets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public Nullable<DateTimeOffset> LastModified { get; set; }
Gets or sets the value of the content header on an HTTP response.
- Returns The value of the content header on an HTTP response.
public Type GetType( )
😔 No documentation found.
public void Clear( )
😔 No documentation found.
public bool Remove( string name )
😔 No documentation found.
public IEnumerator<KeyValuePair<string,IEnumerable<string>>> GetEnumerator( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Contains( string name )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public IEnumerable<string> GetValues( string name )
😔 No documentation found.
public bool TryAddWithoutValidation( string name, IEnumerable<string> values )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public void Add( string name, IEnumerable<string> values )
😔 No documentation found.
public void Add( string name, string value )
😔 No documentation found.
public HttpHeadersNonValidated NonValidated { get; }
😔 No documentation found.
public bool TryGetValues( string name, ref IEnumerable<string> values )
😔 No documentation found.
public bool TryAddWithoutValidation( string name, string value )
😔 No documentation found.