WebHeaders Class
wodWebServer.NET Help file

WebHeaders Class

Collection of all WebHeader objects.

For a list of all members of this type, see WebHeaders Members.

System.Object
   System.Collections.CollectionBase
      WeOnlyDo.Server.WebHeaders

public class WebHeaders : CollectionBase, ISerializable

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.

Requirements

Namespace: WeOnlyDo.Server

Assembly: WeOnlyDo.Server.WebServer (in WeOnlyDo.Server.WebServer.dll)

See Also

WebHeaders Members | WeOnlyDo.Server Namespace