ZennoLab Assemblies Documentation
TrafficItem Class Members
Properties  Methods 


ZennoLab.CommandCenter Namespace : TrafficItem Class

The following tables list the members exposed by TrafficItem.

Public Constructors
 NameDescription
Public Constructor  
Top
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 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 PropertyRequest url.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object.  
Top
See Also

Reference

TrafficItem Class
ZennoLab.CommandCenter Namespace