Mono Class Library: Overview

System.Net.WebHeaderCollection: Members

The members of System.Net.WebHeaderCollection are listed below.

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

Public Constructors

Constructs a new instance of the System.Net.WebHeaderCollection class.

Protected Constructors

Public Properties

[read-only]
override
AllKeysstring[]. Documentation for this section has not yet been entered.
[read-only]
override
Countint. Documentation for this section has not yet been entered.
default property
Item(HttpRequestHeader)string. Documentation for this section has not yet been entered.
default property
Item(HttpResponseHeader)string. Documentation for this section has not yet been entered.
[read-only]
override
KeysSystem.Collections.Specialized.NameObjectCollectionBase.KeysCollection. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.