HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Summary Class
Properties


In This Topic
    Summary Class Members
    In This Topic

    The following tables list the members exposed by Summary.

    Public Properties
     NameDescription
    Public PropertyThe total number of bytes of data that have been received from web server(s), i.e. response headers and content.  
    Public PropertyThe total number of bytes of data that have been sent to web server(s), i.e. request headers and POST data.  
    Public PropertyThe total number of bytes by which downloaded content was reduced in size through the use of HTTP compression.  
    Public PropertyThe total number of times that a network name, e.g. "www.google.com", was converted to a numeric IP address, e.g. 72.14.221.103  
    Public PropertyReturns a ResultSummaries object containing a list of the error codes that were returned by requests in this Summary.  
    Public PropertyThe number of requests that caused HTTP request and response messages to be exchanged with a web server.  
    Public PropertyReturns a ResultSummaries object containing a list of the status codes that were returned by requests in this Summary.  
    Public PropertyThe number of times that a new TCP level connection had to be made with web server(s) in this Summary data object.  
    Public PropertyThe time in seconds from the start of the first request in this Summary to the end of the last item to be completed.  
    Public PropertyReturns a TimingSummaries containing minimum, maximum, average and total time values for each type of timing in the selected list of requests.  
    Public PropertyReturns a WarningSummaries containing a list of the warnings that were detected on requests in this Summary.  
    Top
    See Also