WeOnlyDo.Server.WebHeaders
Properties | |
| Count | Returns total number of headers in the collection. | Item | Returns the header at the specified index. |
|
Methods | |
| Add | Adds new header to the collection. | Clear | Removes all headers from the collection. | Contains | Determines whether the collection contains a specific value. | IndexOf | Returns the index of a specific header in the collection. | Remove | Removes header from the collection. | RemoveAt | Removes the header at the specified index. |
|
Remarks
This object is a collection of WebHeader objects - headers used in each request and response, as defined by HTTP protocol. You can add, remove and access elements of this collection through WebHeaders properties and methods.Platforms
Windows