Click or drag to resize

IResponseMessage Interface

Used to create a standard response message for non-object (Model) type results.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IResponseMessage

The IResponseMessage type exposes the following members.

Methods
  NameDescription
Public methodCreateResponse
Creates and returns a HttpResponseMessage constructed from values in the object.
Top
See Also