Class StringPluginEndPoint
public class StringPluginEndPoint : PluginEndPoint
- Inheritance
-
objectStringPluginEndPoint
- Inherited Members
Methods
ProcessRequest(IRequest)
Called whenever the end point has to process a request
protected override Task<IResponse> ProcessRequest(IRequest request)
Parameters
requestIRequestThe HTTP context of the request
Returns
- Task<IResponse>