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


In This Topic
    Entry Class Members
    In This Topic

    The following tables list the members exposed by Entry.

    Public Properties
     NameDescription
    Public PropertyGets the size of the HTTP response message in bytes.  
    Public PropertyGets the size of the HTTP request message in bytes.  
    Public PropertyGets the local IP address that was used to send this HTTP request, e.g. "192.168.1.1"  
    Public PropertyGets the local TCP port number that was used to send this HTTP request.  
    Public PropertyGets or sets a descriptive string for the request. Its value is displayed in the HttpWatch Comment tab  
    Public PropertyA numeric identifier that indicates which TCP connection was used by this request.  
    Public PropertyGets a reference to a Content object that contains information about the requested HTTP resource.  
    Public Property

    Gets a string containing the details of any error that occurred while processing the HTTP request, e.g. "net::ERR_NAME_NOT_RESOLVED" when an invalid domain name is used in a URL.

     
    Public PropertyA unique numeric identifier for this request.  
    Public PropertyReturns a boolean that indicates whether the request has finished processing.  
    Public PropertyReturns a boolean that indicates whether the request used the HTTP/2 protocol.  
    Public PropertyA boolean value that indicating whether a redirection request was received from the web server.  
    Public PropertyReturns a boolean value that indicates whether access to extended HTTP information (e.g. cookies and headers) for this URL has been restricted by HttpWatch Basic Edition.  
    Public PropertyGets a string containing the HTTP method (e.g. "GET" or "POST").  
    Public PropertyGets the Page object in which this request was recorded.  
    Public PropertyGets the protocol version string used by HTTP/2 and later connections, e.g.''h2-14', etc.  
    Public PropertyGets the URL to which a redirect has been requested.  
    Public PropertyGets a reference to a Request object that holds information about the HTTP request message.  
    Public PropertyGets a reference to a Response object that holds information about the HTTP response message.  
    Public PropertyGets a string containing the result of the request, in the same format as displayed in HttpWatch.  (E.g. "200", "(Cached)", etc.).  
    Public PropertyGets the remote IP address to which this HTTP request was sent, e.g. "192.168.1.1"  
    Public PropertyGets the server TCP port number to which this request was sent. By default this is port 80 for HTTP and port 443 for HTTPS.  
    Public PropertyReturns a string containing the time when this request was started, as an offset from the start of the log.  
    Public PropertyGets the full date and time at which this request was started.  
    Public PropertyGets the time when the loading of this request was started, as an offset in seconds from the time that the log was started.  
    Public PropertyGets the HTTP status code returned from the server.  
    Public PropertyReturns the time taken in seconds to complete this request.  
    Public PropertyReturns a Timings object that contains timing information for this request.  
    Public PropertyThe URL of the current request.  
    Public PropertyReturns a Warnings object that contains a list of the warnings that were detected on this request.  
    Top
    See Also