Interface IHasRequestFilter
Namespace: MediaBrowser.Model.Services
Assembly: MediaBrowser.Model.dll
Syntax
public interface IHasRequestFilter
Methods
RequestFilter(IRequest, IResponse, Object)
The request filter is executed before the service.
Declaration
void RequestFilter(IRequest req, IResponse res, object requestDto)