|
| Name | Description |
|---|
 | BadRequest() | (Inherited from ApiController.) |
 | BadRequest(String) | (Inherited from ApiController.) |
 | BadRequest(ModelStateDictionary) | (Inherited from ApiController.) |
 | Conflict | (Inherited from ApiController.) |
 | Content<T>(HttpStatusCode, T) | (Inherited from ApiController.) |
 | Content<T>(HttpStatusCode, T, MediaTypeFormatter) | (Inherited from ApiController.) |
 | Content<T>(HttpStatusCode, T, MediaTypeFormatter, String) | (Inherited from ApiController.) |
 | Content<T>(HttpStatusCode, T, MediaTypeFormatter, MediaTypeHeaderValue) | (Inherited from ApiController.) |
 | Created<T>(String, T) | (Inherited from ApiController.) |
 | Created<T>(Uri, T) | (Inherited from ApiController.) |
 | CreatedAtRoute<T>(String, Object, T) | (Inherited from ApiController.) |
 | CreatedAtRoute<T>(String, IDictionary<String, Object>, T) | (Inherited from ApiController.) |
 | Dispose() | (Inherited from ApiController.) |
 | Dispose(Boolean) | (Inherited from ApiController.) |
 | Equals | (Inherited from Object.) |
 | ExecuteAsync | (Inherited from ApiController.) |
 | Finalize | (Inherited from Object.) |
 | Get | Handles the HTTP GET requests from Facebook for subscription verification. |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | HandleUpdateAsync | Handles the update. |
 | Initialize | (Inherited from ApiController.) |
 | InternalServerError() | (Inherited from ApiController.) |
 | InternalServerError(Exception) | (Inherited from ApiController.) |
 | Json<T>(T) | (Inherited from ApiController.) |
 | Json<T>(T, JsonSerializerSettings) | (Inherited from ApiController.) |
 | Json<T>(T, JsonSerializerSettings, Encoding) | (Inherited from ApiController.) |
 | MemberwiseClone | (Inherited from Object.) |
 | NotFound | (Inherited from ApiController.) |
 | Ok() | (Inherited from ApiController.) |
 | Ok<T>(T) | (Inherited from ApiController.) |
 | Post | Handles the HTTP POST requests from Facebook for updates. |
 | Redirect(String) | (Inherited from ApiController.) |
 | Redirect(Uri) | (Inherited from ApiController.) |
 | RedirectToRoute(String, Object) | (Inherited from ApiController.) |
 | RedirectToRoute(String, IDictionary<String, Object>) | (Inherited from ApiController.) |
 | ResponseMessage | (Inherited from ApiController.) |
 | StatusCode | (Inherited from ApiController.) |
 | ToString | (Inherited from Object.) |
 | Unauthorized(AuthenticationHeaderValue[]) | (Inherited from ApiController.) |
 | Unauthorized(IEnumerable<AuthenticationHeaderValue>) | (Inherited from ApiController.) |
 | Validate<TEntity>(TEntity) | (Inherited from ApiController.) |
 | Validate<TEntity>(TEntity, String) | (Inherited from ApiController.) |