Udostępnij za pośrednictwem


AdminController.Ping Metoda

Definicja

[System.Web.Http.AllowAnonymous]
[System.Web.Http.HttpPost]
[System.Web.Http.Route("admin/host/ping")]
public System.Web.Http.IHttpActionResult Ping ();
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpPost>]
[<System.Web.Http.Route("admin/host/ping")>]
member this.Ping : unit -> System.Web.Http.IHttpActionResult
Public Function Ping () As IHttpActionResult

Zwraca

System.Web.Http.IHttpActionResult
Atrybuty
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpPostAttribute System.Web.Http.RouteAttribute

Dotyczy