CancellableRequestsFeature
Assembly: ServiceStack.dll
View Source
Declaration
public class CancellableRequestsFeature : IPlugin, IHasStringId, IHasId<string>
Properties
Id
View Source
Declaration
public string Id { get; set; }
AtPath
View Source
Declaration
public string AtPath { get; set; }
Methods
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |