Unosquare
    Show / Hide Table of Contents

    Delegate RequestHandlerCallback

    A callback used to handle a request.

    Namespace: EmbedIO
    Syntax
    public delegate Task RequestHandlerCallback(IHttpContext context);
    Parameters
    Type Name Description
    IHttpContext context

    An IHttpContext interface representing the context of the request.

    Returns
    Type Description
    Task

    A representing the ongoing operation.

    Comments

    Back to top Copyright © 2017-2019 Unosquare