Skip to main content

IRequiresRequest

Implement on services that need access to the RequestContext

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRequiresRequest

Properties

Request

View Source
Declaration
IRequest Request { get; set; }