HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / FilteredEntries Property

In This Topic
    FilteredEntries Property
    In This Topic
    Gets a reference to an Entries object that contains a filtered list of the requests in the log.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilteredEntries As Entries
    public Entries FilteredEntries {get;}
    Remarks
    The Entries and FilteredEntries properties will only differ if a filter is active, i.e. the IsFilterEnabled property returns true
    Requirements
     
    See Also