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 (24.3.0.1000)
Syntax
public static class HttpRequestExtensions

The HttpRequestExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateErrorResponse
Creates the error response for an exception. This method will also add the .Data attributes, if any.
Public methodStatic memberIsLocal
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