Back to product page

WeOnlyDo.Server.WebHeaders


Collection of all WebHeader objects.


Properties
CountReturns total number of headers in the collection.
ItemReturns the header at the specified index.
Methods
AddAdds new header to the collection.
ClearRemoves all headers from the collection.
ContainsDetermines whether the collection contains a specific value.
IndexOfReturns the index of a specific header in the collection.
RemoveRemoves header from the collection.
RemoveAtRemoves 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