ResponseHelpers class
Response helper methods.
public static class ResponseHelpers
Public Members
name | description |
---|---|
static PrepareFileResponse(…) | Wraps a standard HttpResponseMessage and wraps it in a file Response . |
static PrepareResponse(…) | Wraps a standard HttpResponseMessage and wraps it in a byte array-returning Response instance. |
static PrepareResponse<T>(…) | Parses a standard HttpResponseMessage and wraps it in a Response instance. |
See Also
- namespace Amica