Mono Class Library: Overview

System.Net.WebHeaderCollection: Method Members

The methods of System.Net.WebHeaderCollection are listed below. For a list of all members, see the WebHeaderCollection Members list.

See Also: Inherited members from System.Collections.Specialized.NameValueCollection

Public Methods

Add(string)
Inserts the specified header into the collection.
Add(HttpRequestHeader, string)
Documentation for this section has not yet been entered.
Add(HttpResponseHeader, string)
Documentation for this section has not yet been entered.
override
Add(string, string)
Inserts a new header with the specified name and value into the collection.
override
Clear()
Documentation for this section has not yet been entered.
override
Get(int) : string
Documentation for this section has not yet been entered.
override
Get(string) : string
Documentation for this section has not yet been entered.
override
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
override
GetKey(int) : string
Documentation for this section has not yet been entered.
override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
override
GetValues(int) : string[]
Documentation for this section has not yet been entered.
override
GetValues(string) : string[]
Returns the values stored in the specified protocol header.
static
IsRestricted(string) : bool
Returns a bool value that indicates whether the specified HTTP header can be set.
static
IsRestricted(string, bool) : bool
Documentation for this section has not yet been entered.
override
OnDeserialization(object)
Documentation for this section has not yet been entered.
Remove(HttpRequestHeader)
Documentation for this section has not yet been entered.
Remove(HttpResponseHeader)
Documentation for this section has not yet been entered.
override
Remove(string)
Removes the specified header from the current instance.
Set(HttpRequestHeader, string)
Documentation for this section has not yet been entered.
Set(HttpResponseHeader, string)
Documentation for this section has not yet been entered.
override
Set(string, string)
Sets the specified header to the specified value.
ToByteArray() : byte[]
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Protected Methods

AddWithoutValidate(string, string)
Inserts a header into the current instance without checking whether the header is on the restricted header list.