Skip to main content

IHasResponseFilter

This interface can be implemented by an attribute which adds an response filter for the specific response DTO the attribute marked.

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IHasResponseFilter : IResponseFilterBase

Methods

ResponseFilter(IRequest, IResponse, Object)

The response filter is executed after the service

View Source
Declaration
void ResponseFilter(IRequest req, IResponse res, object response)
Parameters
TypeNameDescription
ServiceStack.Web.IRequestreqThe http request wrapper

| | ServiceStack.Web.IResponse | res | The http response wrapper

| | System.Object | response | |