HttpRequestMessageExtensions Class

Our custom extension methods for HttpRequestMessage objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApiHttpRequestMessageExtensions

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

The HttpRequestMessageExtensions 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.
Top
See Also