Class BaseController
Simplic framework base-controller which contains all base method which are always available.
Inherited Members
Namespace: Simplic.Framework.WebAPI
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class BaseController : ExtendedApiController
Methods
| Improve this Doc View SourcePing()
Ping the cdn.
Declaration
public async Task<IHttpActionResult> Ping()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IHttpActionResult> | Cdn-information. |