System.Net.Http
4.0.0.0
System.Object
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Collections.Generic.IEnumerable<System.String>>>
To be added.
A collection of headers and their values as defined in RFC 2616.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Method
4.0.0.0
System.Void
The header will be parsed and validated.
If the specified header does not exist, the method inserts a new header into the list of header name/value pairs.
If the specified header is already present, are added to the comma-separated list of values associated with the header.
Adds the specified header and its values into the collection.
The header to add to the collection.
A list of header values to add to the collection.
Method
4.0.0.0
System.Void
The header will be parsed and validated.
If the specified header does not exist, the method inserts a new header into the list of header name/value pairs.
If the specified header is already present, is added to the comma-separated list of values associated with the header.
Adds the specified header and its value into the collection.
The header to add to the collection.
The content of the header.
Method
4.0.0.0
System.Void
To be added.
Removes all headers from the collection.
Method
4.0.0.0
System.Boolean
To be added.
Returns if a specific header exists in the collection.
Returns .
true is the specified header exists in the collection; otherwise false.
The specific header.
Method
4.0.0.0
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,System.Collections.Generic.IEnumerable<System.String>>>
To be added.
Returns an enumerator that can iterate through the instance.
Returns .
An enumerator for the .
Method
4.0.0.0
System.Collections.Generic.IEnumerable<System.String>
To be added.
Returns all header values for a specified header stored in the collection.
Returns .
An array of header strings.
The specified header to return values for.
Method
4.0.0.0
System.Boolean
To be added.
Removes the specified header from the collection.
Returns .
The name of the header to remove from the collection.
Method
4.0.0.0
System.Collections.IEnumerator
To be added.
Gets an enumerator that can iterate through a .
Returns .
An instance of an implementation of an that can iterate through a .
Method
4.0.0.0
System.String
To be added.
Returns a string that represents the current object.
Returns .
A string that represents the current object.
Method
4.0.0.0
System.Boolean
To be added.
Returns a value that indicates whether the specified header and its values were added to the collection without validating the provided information.
Returns .
true if the specified header and could be added to the collection; otherwise false.
The header to add to the collection.
The values of the header.
Method
4.0.0.0
System.Boolean
To be added.
Returns a value that indicates whether the specified header and its value were added to the collection without validating the provided information.
Returns .
true if the specified header and could be added to the collection; otherwise false.
The header to add to the collection.
The content of the header.
Method
4.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
To be added.