Table of Contents

Class StringPluginEndPoint

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

Represents a plugin web endpoint receiving an a string and returning a string or null.

public class StringPluginEndPoint : PluginEndPoint
Inheritance
object
StringPluginEndPoint
Inherited Members

Methods

ProcessRequest(IRequest)

Called whenever the end point has to process a request

protected override Task<IResponse> ProcessRequest(IRequest request)

Parameters

request IRequest

The HTTP context of the request

Returns

Task<IResponse>