Skip to main content

IResponseFilterBase

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

Properties​

Priority​

Order in which Response Filters are executed. <0 Executed before global response filters >0 Executed after global response filters

View Source​
Declaration
int Priority { get; }

Methods​

Copy()​

A new shallow copy of this filter is used on every request.

View Source​
Declaration
IResponseFilterBase Copy()
Returns​

ServiceStack.Web.IResponseFilterBase