[Obsolete("Replaced by MapTheFramework(). Please call MapTheFramework() and check whether WebEndpoint's address has been customised; if so, replace \"endpoint/\" with \"_the/rpc/\" (see WebEndpoint.DefaultAddress).")]
public abstract class EndpointControllerBase : Controller, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
[HttpPost("ExecuteAnonymousAsync")]
public virtual Task ExecuteAnonymousAsync(string name, IFormFile ops, IFormFile? attachment)
[HttpPost("ExecuteAuthenticatedAsync")]
public virtual Task ExecuteAuthenticatedAsync(string name, IFormFile ops, IFormFile ticket, IFormFile? attachment)
[HttpPost("legacy/ExecuteAnonymousAsync")]
public virtual Task LegacyExecuteAnonymousAsync(string name, IFormFile ops, IFormFile? attachment)
[HttpPost("legacy/ExecuteAuthenticatedAsync")]
public virtual Task LegacyExecuteAuthenticatedAsync(string name, IFormFile ops, IFormFile ticket, IFormFile? attachment)