Name | Description | |
---|---|---|
![]() | BytesReceived | Gets the size of the HTTP response message in bytes. |
![]() | BytesSent | Gets the size of the HTTP request message in bytes. |
![]() | ClientIP | Gets the local IP address that was used to send this HTTP request, e.g. "192.168.1.1" |
![]() | ClientPort | Gets the local TCP port number that was used to send this HTTP request. |
![]() | Comment | Gets or sets a descriptive string for the request. Its value is displayed in the HttpWatch Comment tab |
![]() | ConnectionID | A numeric identifier that indicates which TCP connection was used by this request. |
![]() | Content | Gets a reference to a Content object that contains information about the requested HTTP resource. |
![]() | Error | 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. |
![]() | ID | A unique numeric identifier for this request. |
![]() | IsComplete | Returns a boolean that indicates whether the request has finished processing. |
![]() | IsHTTP2 | Returns a boolean that indicates whether the request used the HTTP/2 protocol. |
![]() | IsRedirect | A boolean value that indicating whether a redirection request was received from the web server. |
![]() | IsRestrictedURL | Returns 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. |
![]() | Method | Gets a string containing the HTTP method (e.g. "GET" or "POST"). |
![]() | Page | Gets the Page object in which this request was recorded. |
![]() | Protocol | Gets the protocol version string used by HTTP/2 and later connections, e.g.''h2-14', etc. |
![]() | RedirectURL | Gets the URL to which a redirect has been requested. |
![]() | Request | Gets a reference to a Request object that holds information about the HTTP request message. |
![]() | Response | Gets a reference to a Response object that holds information about the HTTP response message. |
![]() | Result | Gets a string containing the result of the request, in the same format as displayed in HttpWatch. (E.g. "200", "(Cached)", etc.). |
![]() | ServerIP | Gets the remote IP address to which this HTTP request was sent, e.g. "192.168.1.1" |
![]() | ServerPort | Gets the server TCP port number to which this request was sent. By default this is port 80 for HTTP and port 443 for HTTPS. |
![]() | Started | Returns a string containing the time when this request was started, as an offset from the start of the log. |
![]() | StartedDateTime | Gets the full date and time at which this request was started. |
![]() | StartedSecs | Gets the time when the loading of this request was started, as an offset in seconds from the time that the log was started. |
![]() | StatusCode | Gets the HTTP status code returned from the server. |
![]() | Time | Returns the time taken in seconds to complete this request. |
![]() | Timings | Returns a Timings object that contains timing information for this request. |
![]() | URL | The URL of the current request. |
![]() | Warnings | Returns a Warnings object that contains a list of the warnings that were detected on this request. |