Click or drag to resize

HttpRequestExtensions Class

Extension methods for HttpRequest objects.
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesHttpRequestExtensions

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class HttpRequestExtensions

The HttpRequestExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormToLogString
Generates a string representation suitable for logging using the name/value pairs in the request's Form.
Public methodStatic memberQueryToLogString
Generates a string representation suitable for logging using the name/value pairs in the request's QueryString.
Top
See Also