HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Headers Class
Members

In This Topic
    Headers Class
    In This Topic
    Contains a list of Header objects that represent HTTP headers sent to or received from the web server.
    Object Model
    Headers ClassHeader Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class Headers 
    [DefaultMember("Item")]
    public class Headers 
    Remarks

    This is an indexed list of Header objects; each representing a single HTTP request. Individual headers can be retrieved through the Item property.

    Headers objects are returned from the Headers property of the Request and Response classes.

    Inheritance Hierarchy

    System.Object
       HttpWatch.Headers

    Requirements
     
    See Also