1using System.Threading.Tasks;
17 : base(AgentResourceName)
39 return Task.CompletedTask;
Represents an HTTP request.
static void SetTransparentCorsHeaders(HttpResource Resource, HttpRequest Request, HttpResponse Response)
Sets CORS headers for a resource, allowing it to be embedded in other sites.
Represets a response of an HTTP client request.
The server is currently unable to handle the request due to a temporary overloading or maintenance of...
Abstract base class for agent resources supporting the GET method.
virtual bool AllowsGET
If the GET method is allowed.
virtual Task GET(HttpRequest Request, HttpResponse Response)
Executes the GET method on the resource.
AgentGetResource(string AgentResourceName)
Abstract base class for agent resources supporting the GET method.
Abstract base class for agent resources
AgentApi Api
Reference to Agent API.
GET Interface for HTTP resources.