Mono Class Library: OverviewSystem.Net.WebHeaderCollection: Members |
The members of System.Net.WebHeaderCollection are listed below.
See Also: Inherited members from System.Collections.Specialized.NameValueCollection
Constructs a new instance of the System.Net.WebHeaderCollection class.
Documentation for this section has not yet been entered.
[read-only] overrideAllKeys string[]. Documentation for this section has not yet been entered. [read-only] overrideCount int. Documentation for this section has not yet been entered. default propertyItem(HttpRequestHeader) string. Documentation for this section has not yet been entered. default propertyItem(HttpResponseHeader) string. Documentation for this section has not yet been entered. [read-only] overrideKeys System.Collections.Specialized.NameObjectCollectionBase.KeysCollection. Documentation for this section has not yet been entered.
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. overrideAdd(string, string) Inserts a new header with the specified name and value into the collection. overrideClear() Documentation for this section has not yet been entered. overrideGet(int) : string Documentation for this section has not yet been entered. overrideGet(string) : string Documentation for this section has not yet been entered. overrideGetEnumerator() : IEnumerator Documentation for this section has not yet been entered. overrideGetKey(int) : string Documentation for this section has not yet been entered. overrideGetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered. overrideGetValues(int) : string[] Documentation for this section has not yet been entered. overrideGetValues(string) : string[] Returns the values stored in the specified protocol header. staticIsRestricted(string) : bool Returns a bool value that indicates whether the specified HTTP header can be set. staticIsRestricted(string, bool) : bool Documentation for this section has not yet been entered. overrideOnDeserialization(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. overrideRemove(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. overrideSet(string, string) Sets the specified header to the specified value.ToByteArray() : byte[] Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
AddWithoutValidate(string, string) Inserts a header into the current instance without checking whether the header is on the restricted header list.
System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.