LoginController Members

The LoginController type exposes the following members.

Methods


  Name Description
Public method Dispose (Inherited from ApiController.)
Protected method Dispose(System.Boolean) (Inherited from ApiController.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method ExecuteAsync(System.Web.Http.Controllers.HttpControllerContext,System.Threading.CancellationToken) (Inherited from ApiController.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Get
Logs out
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method Initialize(System.Web.Http.Controllers.HttpControllerContext) (Inherited from ApiController.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Post
Logs in
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Validate``1(``0) (Inherited from ApiController.)
Public method Validate``1(``0,System.String) (Inherited from ApiController.)

Properties


  Name Description
Public property ActionContext (Inherited from ApiController.)
Public property Configuration (Inherited from ApiController.)
Public property ControllerContext (Inherited from ApiController.)
Public property ModelState (Inherited from ApiController.)
Public property Request (Inherited from ApiController.)
Public property RequestContext (Inherited from ApiController.)
Public property Url (Inherited from ApiController.)
Public property User (Inherited from ApiController.)