Exposes server-side DataPortal functionality through HTTP request/response. More...
Public Member Functions | |
| virtual async Task< HttpResponseMessage > | PostAsync (string operation) |
| Entry point for all data portal operations. More... | |
Properties | |
| HttpPortal | Portal [getset] |
| Gets or sets the HttpPortal implementation used to coordinate the data portal operations. More... | |
Exposes server-side DataPortal functionality through HTTP request/response.
Definition at line 140 of file HttpPortalController.cs.
|
virtual |
Entry point for all data portal operations.
| operation | Name of the data portal operation to perform. |
Definition at line 147 of file HttpPortalController.cs.
|
getset |
Gets or sets the HttpPortal implementation used to coordinate the data portal operations.
Definition at line 164 of file HttpPortalController.cs.