Abstract base class for agent resources supporting the POST method.
virtual bool AllowsPOST
If the POST method is allowed.
AgentPostResource(string AgentResourceName, params KeyValuePair< Type, Expression >[] PatternMatches)
Abstract base class for agent resources supporting the POST method.
async Task POST(HttpRequest Request, HttpResponse Response)
Executes the POST method on the resource.
abstract Task POST(HttpRequest Request, HttpResponse Response, Dictionary< string, IElement > Parameters)
Executes the POST method on the resource.
POST Interface for HTTP resources.