Class StringPluginEndPoint
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class StringPluginEndPoint : PluginEndPoint
Methods
ProcessRequest(IHttpContext)
Called whenever the end point has to process a request
Declaration
protected override Task ProcessRequest(IHttpContext context)
Parameters
Type | Name | Description |
---|---|---|
IHttpContext | context | The HTTP context of the request |
Returns
Type | Description |
---|---|
Task |