GetTrafficSettings

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


Represents a settings class for the GetTraffic() method.

Constructor

GetTrafficSettings()

Constructor

Properties

UrlFilters

Property

IEnumerable<string> UrlFilters { get; set; }

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

HeaderFilters

Property

IEnumerable<string> HeaderFilters { get; set; }

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

IEnumerable<string> BodyFilters { get; set; }

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

bool GatherAllTraffic { get; set; }

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