ZennoLab Assemblies Documentation
InnerTrafficItem Class Properties


ZennoLab.CommandCenter Namespace : InnerTrafficItem Class

For a list of all members of this type, see InnerTrafficItem members.

Public Properties
 NameDescription
Public PropertyFlag is true, if the browser recieved a response for the request, otherwise false.  
Public PropertyFlag is true, if the content policy has blocked this request, otherwise false.  
Public Property  
Public PropertyMethod of request.  
Public PropertyRequest body of POST request. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyRequest cookies. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyRequest headers. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyQuery part of url. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyRequest 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.  
Public PropertyResponse body of POST request. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyResponse content charset. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyResponse content type. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyResponse cookies. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyResponse headers. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyResponse 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.  
Public PropertyRequest status code.  
Public PropertyTime (in milliseconds) between sending this request and receiving the response. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyRequest url.  
Top
See Also

Reference

InnerTrafficItem Class
ZennoLab.CommandCenter Namespace