Unosquare
    Show / Hide Table of Contents

    Interface IWebModuleImpl

    Represents a module implementation, i.e. a module as seen internally by EmbedIO.

    This API mainly supports the EmbedIO infrastructure; it is not intended to be used directly from your code, unless to address specific needs in the implementation of EmbedIO plug-ins (e.g. modules).

    Inherited Members
    IWebModule.Container
    IWebModule.BaseRoute
    IWebModule.IsFinalHandler
    IWebModule.OnUnhandledException
    IWebModule.OnHttpException
    IWebModule.Start(CancellationToken)
    IWebModule.MatchUrlPath(String)
    IWebModule.HandleRequestAsync(IHttpContext)
    Namespace: EmbedIO
    Syntax
    public interface IWebModuleImpl : IWebModule

    Methods

    SetContainer(IWebModuleContainer)

    Sets the container of this module.

    This API supports the EmbedIO infrastructure; it is not intended to be used directly from your code.

    Declaration
    void SetContainer(IWebModuleContainer value)
    Parameters
    Type Name Description
    IWebModuleContainer value

    The container to associate this module with.

    See Also
    Container
    IWebModuleContainer

    Comments

    Back to top Copyright © 2017-2019 Unosquare