ZennoLab Assemblies Documentation
InnerTrafficItem Class Members
Properties  Methods 


ZennoLab.CommandCenter Namespace : InnerTrafficItem Class

The following tables list the members exposed by InnerTrafficItem.

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 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
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodServes as the default hash function.  
Public MethodReturns a string that represents the current object.  
Top
See Also

Reference

InnerTrafficItem Class
ZennoLab.CommandCenter Namespace