Click or drag to resize
HTTPHeaders Methods

The HTTPHeaders type exposes the following members.

Methods
  NameDescription
Public methodAdd

Adds the given header value under the given name.

Public methodClear

Removes all headers.

Public methodCopyFrom

Copy assignment operator.

Public methodCount

Gets the number of HTTP headers.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists

Determines if the headers collection contains a header of the specified name, with any value.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNameAt

Retrieves the header name from a collection index.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue

Retrieves the value of a given header.

Public methodRemove

Removes the header value under the given name.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also