GetTrafficSettings

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.Classes.GetTrafficSettings


Represents a settings class for the GetTraffic() method.

Properties

UrlFilters

Property

Collection of regexs to filter traffic by url contents. If traffic item match any of regexs, it will put to result.

HeaderFilters

Property

Collection of regexs to filter traffic by request or response header contents. If traffic item match any of regexs, it will put to result.

BodyFilters

Property

Collection of regexs to filter traffic by request or response body contents. If traffic item match any of regexs, it will put to result.

GatherAllTraffic

Property

Display all traffic when using the GetTraffic() method if the variable is true