Search Results for

    Show / Hide Table of Contents

    Class BaseController

    Simplic framework base-controller which contains all base method which are always available.

    Inheritance
    System.Object
    ExtendedApiController
    BaseController
    Inherited Members
    ExtendedApiController.Initialize(HttpControllerContext)
    ExtendedApiController.ExtendedUserIdentity
    ExtendedApiController.ExtendedPrincipal
    Namespace: Simplic.Framework.WebAPI
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class BaseController : ExtendedApiController

    Methods

    | Improve this Doc View Source

    Ping()

    Ping the cdn.

    Declaration
    public async Task<IHttpActionResult> Ping()
    Returns
    Type Description
    System.Threading.Tasks.Task<IHttpActionResult>

    Cdn-information.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx