Artemis Artemis
Artemis Artemis

Search Results for

    Class StringPluginEndPoint

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

    Inheritance
    object
    PluginEndPoint
    StringPluginEndPoint
    Inherited Members
    PluginEndPoint.OnRequestException(Exception)
    PluginEndPoint.OnProcessingRequest(IHttpContext)
    PluginEndPoint.OnProcessedRequest(IHttpContext)
    PluginEndPoint.Name
    PluginEndPoint.Url
    PluginEndPoint.PluginFeature
    PluginEndPoint.PluginInfo
    PluginEndPoint.Accepts
    PluginEndPoint.Returns
    PluginEndPoint.RequestException
    PluginEndPoint.ProcessingRequest
    PluginEndPoint.ProcessedRequest
    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
    Overrides
    PluginEndPoint.ProcessRequest(IHttpContext)
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.