IRequestFilterBase
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRequestFilterBase
Properties
Priority
Order in which Request Filters are executed. <0 Executed before global request filters >0 Executed after global request filters
View Source
Declaration
int Priority { get; }
Methods
Copy()
A new shallow copy of this filter is used on every request.
View Source
Declaration
IRequestFilterBase Copy()