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 ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets information about the error detected in the performance last refresh command.  
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 PropertyTime (in milliseconds) between sending this request and receiving the response. To use this property, set Instance.UseTrafficMonitoring to true.  
Public PropertyRequest url.  
Top
Public Methods
 NameDescription
Public MethodUpdates this TrafficItem object.  
Public MethodReturns a string that represents the current object.  
Public MethodSynchronous method that refreshes this TrafficItem until the response arrives or error acquires  
Public MethodAsynchronous method that refreshes this TrafficItem until the response arrives or error acquires  
Top
See Also

Reference

TrafficItem Class
ZennoLab.CommandCenter Namespace