|
StateController Class |
Manage the current client state
Inheritance Hierarchy
Namespace: DrawerBackup.Client.WebS.ControllersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic class StateController : ApiController
Public Class StateController
Inherits ApiController
public ref class StateController : public ApiController
type StateController =
class
inherit ApiController
end
The StateController type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | BadRequest | (Inherited from ApiController.) |
 | BadRequest(String) | (Inherited from ApiController.) |
 | BadRequest(ModelStateDictionary) | (Inherited from ApiController.) |
 | Conflict | (Inherited from ApiController.) |
 | Content``1(HttpStatusCode, UMP) | (Inherited from ApiController.) |
 | Content``1(HttpStatusCode, UMP, MediaTypeFormatter) | (Inherited from ApiController.) |
 | Content``1(HttpStatusCode, UMP, MediaTypeFormatter, String) | (Inherited from ApiController.) |
 | Content``1(HttpStatusCode, UMP, MediaTypeFormatter, MediaTypeHeaderValue) | (Inherited from ApiController.) |
 | Created``1(String, UMP) | (Inherited from ApiController.) |
 | Created``1(Uri, UMP) | (Inherited from ApiController.) |
 | CreatedAtRoute``1(String, Object, UMP) | (Inherited from ApiController.) |
 | CreatedAtRoute``1(String, IDictionaryString, Object, UMP) | (Inherited from ApiController.) |
 | Dispose | (Inherited from ApiController.) |
 | Dispose(Boolean) | (Inherited from ApiController.) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | ExecuteAsync | (Inherited from ApiController.) |
 | Fetch |
Get current client state
|
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Initialize | (Inherited from ApiController.) |
 | InternalServerError | (Inherited from ApiController.) |
 | InternalServerError(Exception) | (Inherited from ApiController.) |
 | Json``1(UMP) | (Inherited from ApiController.) |
 | Json``1(UMP, JsonSerializerSettings) | (Inherited from ApiController.) |
 | Json``1(UMP, JsonSerializerSettings, Encoding) | (Inherited from ApiController.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | NotFound | (Inherited from ApiController.) |
 | Ok | (Inherited from ApiController.) |
 | Ok``1(UMP) | (Inherited from ApiController.) |
 | Redirect(String) | (Inherited from ApiController.) |
 | Redirect(Uri) | (Inherited from ApiController.) |
 | RedirectToRoute(String, Object) | (Inherited from ApiController.) |
 | RedirectToRoute(String, IDictionaryString, Object) | (Inherited from ApiController.) |
 | ResponseMessage | (Inherited from ApiController.) |
 | StatusCode | (Inherited from ApiController.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Unauthorized(AuthenticationHeaderValue) | (Inherited from ApiController.) |
 | Unauthorized(IEnumerableAuthenticationHeaderValue) | (Inherited from ApiController.) |
 | Validate``1(UMP) | (Inherited from ApiController.) |
 | Validate``1(UMP, String) | (Inherited from ApiController.) |
Top
Extension Methods
See Also