HttpRequestExtensions Class

Extension methods for HttpRequest objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApiHttpRequestExtensions

Namespace: Dundas.BI.WebApi
Assembly: Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class HttpRequestExtensions

The HttpRequestExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreateErrorResponse Creates the error response for an exception. This method will also add the .Data attributes, if any.
Public Extension MethodIsLocal Determines whether the request originates from the local machine.
Public methodStatic memberTrySetLastError Sets the last error encountered by the current engine session.
Top
See Also