Name | Description | |
---|---|---|
![]() | Comment | Gets or sets a descriptive string for the page. Its value is displayed in the HttpWatch Comment tab. |
![]() | Dynamic | A boolean value that indicates whether this page was a dynamic update to an existing web page (e.g. modified by AJAX or Javascript) or a conventional page load. |
![]() | Entries | Returns an Entries object that contains a list of all the HTTP requests associated with this page. |
![]() | Events | Gets a object containing information about the page level events that were detected during the loading of the page. |
![]() | IsRestrictedURL | Returns a boolean value that indicates whether access to extended HTTP information (e.g. page events and timing summaries) has been restricted by HttpWatch Basic Edition. |
![]() | Started | Returns a string containing the time when the loading of this page was started, as an offset from the start of the log. |
![]() | StartedDateTime | Gets the full date and time at which the loading of this page was started. |
![]() | StartedSecs | Gets the time when the loading of this page was started, as an offset in seconds from the time that the log was started. |
![]() | Title | The title of the web page being loaded. |
![]() | Unknown | A boolean value that indicates whether this page contains a single HTTP request that was not directly associated with a window or tab in the browser, e.g. a request to download an icon for a bookmark or location bar. |
![]() | URL | This property contains the URL of the document loaded in the browser. It may contain fragments - unlike URLs that are transmitted over the network. |