InnerTrafficItem
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.InnerTrafficItem
Represents a traffic item, which contains url, status and etc. information about request. Does not support updating. Use TrafficItem instead
Properties
Url
Property
Request url.
Method
Property
Method of request.
ResultCode
Property
Request status code.
IsBlocked
Property
Flag is true, if the content policy has blocked this request, otherwise false.
HasResponse
Property
Flag is true, if the browser recieved a response for the request, otherwise false.
RequestHeaders
Property
Request headers. To use this property, set Instance.UseTrafficMonitoring to true.
RequestQuery
Property
Query part of url. To use this property, set Instance.UseTrafficMonitoring to true.
RequestBody
Property
Request body of POST request. To use this property, set Instance.UseTrafficMonitoring to true.
RequestReplacedBody
Property
Request body of POST request after replacing by ChangeRequest method, if there were no replacements, then the value will be empty. To use this property, set Instance.UseTrafficMonitoring to true.
RequestCookies
Property
Request cookies. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseHeaders
Property
Response headers. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseBody
Property
Response body of POST request. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseReplacedBody
Property
Response body of POST request after replacing by ChangeResponse method, if there were no replacements, then the value will be null. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseCookies
Property
Response cookies. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseContentType
Property
Response content type. To use this property, set Instance.UseTrafficMonitoring to true.
ResponseContentCharset
Property
Response content charset. To use this property, set Instance.UseTrafficMonitoring to true.
Time
Property
Time (in milliseconds) between sending this request and receiving the response. To use this property, set Instance.UseTrafficMonitoring to true.