New release of AntView.
Release 1.1.236
New functionality:
AntView interface
Properties
- SynchronousTimeOut
Methods
- AddWebResourceRequestedFilter
- CreateWebResourceRequest
- CreateWebResourceResponse
- CreateWebViewSync
- NavigateSync
- NavigateToStringSync
- RemoveWebResourceRequestedFilter
Events
- OnAcceleratorKeyPressed
- OnWebResourceRequested
AntViewDocument interface
Methods
- RequestCurrentText
- RequestCurrentTextSync
- RequestPrint
- RequestPrintSync
Events
- OnRequestCurrentText
- OnRequestPrintCompleted
AntViewNewWindowRequestedEventArgs interface
Properties
- Deferral
New AntViewDeferral interface to be able to postpone destroying of objects so you can complete tasks
Method
- Complete
Events
- OnDestroy
New AntViewPhysicalKeyStatus to assist with OnAcceleratorKeyPressed
Properties
- IsControlKeyDown
- IsExtendedKey
- IsKeyReleased
- IsMenuKeyDown
- IsShiftKeyDown
- RepeatCount
- ScanCode
- WasKeyDown
Events
- OnDestroy
New AntViewWebResourceRequestedEventArgs interface to assist with OnWebResourceRequested and Filters
Properties
- Deferral
- Request
- ResourceContext
- Response
Events
- OnDestroy
New AntViewWebResourceResponse interface to assist with AntViewWebResourceRequestedEventArgs interface
Properties
- Headers
- ReasonPhrase
- StatusCode
- DefaultInterface
Events
- OnDestroy
Bugfix/Changed behavior
- Fix installer issue trying to register 64 bit version of AntView when running on a 32 bit operating system.
- The logging functionality now supports more detailed logging by setting LogMode to level 2. At level 2 more details are logged such as URL's and all the triggered events. It does not include sensitive information such as certificates or html contents (unless you NavigateToString).
- The help documentation has been revised to include more details and be easier to navigate.
For more information please see our "News" page.
--
Wil