Click or drag to resize
RequestHelper Properties

The RequestHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllowGZip
Allow GZip of the output.
Public propertyStatic memberAllowResourceCompression
Gets whether the resource compression is enabled.
Public propertyStatic memberGetFileEndRequest
Gets whether the request is completed or ended when request processing is finished.
Public propertyStatic memberHttpMethod
Gets the HTTP data transfer method (such as GET, POST) used by client.
Public propertyStatic memberLogURLsFile
Logs request URLs file.
Public propertyStatic memberPendingRequests
Counter of currently pending requests.
Public propertyStatic memberSentContentBytes
Number of the content bytes sent.
Public propertyStatic memberTotalGetFileRequests
Counter of GetFile requests.
Public propertyStatic memberTotalNonPageRequests
Counter of NonPage requests.
Public propertyStatic memberTotalPageNotFoundRequests
Counter of Page not found requests.
Public propertyStatic memberTotalPageRequests
Counter of Total Content page requests.
Public propertyStatic memberTotalPageRobotsTxtRequests
Counter of Total page Robots.txt requests.
Public propertyStatic memberTotalSessions
Total number of created Sessions.
Public propertyStatic memberTotalSystemPageRequests
Counter of Total System page requests.
Top
See Also