C# Class AcManager.Tools.Profile.PlayerStatsWebServer.PlayerStatsController

Inheritance: WebApiController
Show file Open project: gro-ove/actools

Protected Methods

Method Description
HandleError ( HttpListenerContext context, Exception ex, int statusCode = 500 ) : bool

Private Methods

Method Description
GetIndex ( Unosquare.Labs.EmbedIO.WebServer server, HttpListenerContext context ) : bool

Method Details

HandleError() protected method

protected HandleError ( HttpListenerContext context, Exception ex, int statusCode = 500 ) : bool
context System.Net.HttpListenerContext
ex System.Exception
statusCode int
return bool