ILog
Top  Previous  Next

ILog represents a list of HTTP transaction captured by HTTPAnalyzer or re-loaded from existing log files(*.xml).

General methods and properties.

method
DeleteCache(Only for Wininet-Based Apps)
method
DeletePersistentCookies(Only for Wininet-Based Apps)
method
DeleteEntry
method
DeleteCompleteEntries
prop get
Count
prop get
FilteredCount
prop get
Item
prop get
FilteredItem
prop get
Processes(Only for Std Edition)
prop get
Summary
prop get
WebPages(Only for IE Add-on Edition)


Get ILog Reference
HTTPAnalyzer.Log

See Also
IHTTPAnalyzer

Remark
It implements _NewEnum. So you can use "for each" alike syntax to iterate a ILog's element in a standard manner.