HttpWatch Automation Reference - Version 15.x
Inheritance Hierarchy
In This Topic
    HttpWatch Namespace
    In This Topic
    The HttpWatch Automation classes are contained within the HttpWatch namespace if you are using HttpWatch from .Net (e.g. C# or VB.Net)
    Classes
     ClassDescription
    Class 
    ClassHolds information about the HTTP resource that was requested.  (E.g. an image or an HTML page.)
    Class Provides access to the HttpWatch browser extension and to data in log files.  Controller is the only creatable class in the HttpWatch automation library.
    ClassContains information about a single cookie that was sent to or received from the web server.
    ClassContains a list of Cookie objects, representing cookies that were sent to or received from the web server.
    Class 
    ClassContains a list of Entry objects, representing HTTP transactions that were recording by HttpWatch in the whole log or an individual page group
    ClassRepresents a single HTTP transaction in the HttpWatch log.
    ClassContains information about a single HTTP header that was sent to or received from the web server.
    ClassContains a list of Header objects that represent HTTP headers sent to or received from the web server.
    ClassProvides access to data that has been captured by the HttpWatch extension or reloaded from existing log files.
    ClassContains information about a web page and the HTTP requests that were used to download it.
    ClassContains page level event timing, e.g. DOM Load, Page Load, Render Start
    ClassContains the page level event timings
    ClassContains a list of Page objects.
    ClassAllows the user to control the HttpWatch add-on for Edge or Google Chrome
    ClassContains information about a single parameter that was encoded in the body of a HTTP POST request message.
    ClassContains a list of POSTParameter objects, representing parameters that were sent in a POST request,
    ClassContains information about a single parameter that was encoded in the URL of an HTTP request.
    ClassContains a list of QueryStringValue objects, representing parameters that were encoded in the URL of an HTTP request.
    ClassHolds information about the HTTP request message.
    ClassHolds information about the HTTP response message.
    ClassContains a list of ResultSummary objects that hold information about errors or HTTP status codes.
    ClassContains information about the number of requests that returned a specific status code or error.
    ClassContains summarized information for requests in a single page or for the whole log.
    ClassContains information about a single timing element, such as the Blocked time or Connect time.  (See the remarks detailing the different types of timing element in the Timings object.
    ClassContains the request-level timings for an HTTP request.
    ClassContains a list of TimingSummary objects holding information about each timing value in the selected list of requests.
    ClassContains summary information about a timing value, such as the Connect time or DNS Lookup time, in the selected list of requests.
    ClassContains information about a warning that was detected for an HTTP transaction.
    ClassContains a list of Warning objects that were detected for an HTTP request.
    ClassContains a list of WarningSummary objects that each hold information about the occurrence of a single warning in the selected group of requests.
    ClassContains a summary of the occurrences of a warning.
    Enumerations
     EnumerationDescription
    EnumerationThe value of this enumeration indicates how textual content was encoded by the web server, 
    See Also