Table of Contents

Class EndpointControllerBase

Namespace
The.Web.RPC
Assembly
Instagile.Web.dll
[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
Inheritance
EndpointControllerBase
Implements
Inherited Members

Methods

ConnectAsync(IFormFile)

[HttpPost("ConnectAsync")]
public virtual Task ConnectAsync(IFormFile ticket)

Parameters

ticket IFormFile

Returns

Task

ExecuteAnonymousAsync(string, IFormFile, IFormFile?)

[HttpPost("ExecuteAnonymousAsync")]
public virtual Task ExecuteAnonymousAsync(string name, IFormFile ops, IFormFile? attachment)

Parameters

name string
ops IFormFile
attachment IFormFile

Returns

Task

ExecuteAuthenticatedAsync(string, IFormFile, IFormFile, IFormFile?)

[HttpPost("ExecuteAuthenticatedAsync")]
public virtual Task ExecuteAuthenticatedAsync(string name, IFormFile ops, IFormFile ticket, IFormFile? attachment)

Parameters

name string
ops IFormFile
ticket IFormFile
attachment IFormFile

Returns

Task

LegacyConnectAsync(IFormFile)

[HttpPost("legacy/ConnectAsync")]
public virtual Task LegacyConnectAsync(IFormFile ticket)

Parameters

ticket IFormFile

Returns

Task

LegacyExecuteAnonymousAsync(string, IFormFile, IFormFile?)

[HttpPost("legacy/ExecuteAnonymousAsync")]
public virtual Task LegacyExecuteAnonymousAsync(string name, IFormFile ops, IFormFile? attachment)

Parameters

name string
ops IFormFile
attachment IFormFile

Returns

Task

LegacyExecuteAuthenticatedAsync(string, IFormFile, IFormFile, IFormFile?)

[HttpPost("legacy/ExecuteAuthenticatedAsync")]
public virtual Task LegacyExecuteAuthenticatedAsync(string name, IFormFile ops, IFormFile ticket, IFormFile? attachment)

Parameters

name string
ops IFormFile
ticket IFormFile
attachment IFormFile

Returns

Task

Status()

[HttpGet("Status")]
public string Status()

Returns

string