StatusController.Get Method

Definition

Gets the current status of the service.

[System.Web.Http.AllowAnonymous]
public System.Net.Http.HttpResponseMessage Get ();
[<System.Web.Http.AllowAnonymous>]
member this.Get : unit -> System.Net.Http.HttpResponseMessage
Public Function Get () As HttpResponseMessage

Returns

Attributes
System.Web.Http.AllowAnonymousAttribute

Applies to