Свойство | Тип | Описание | |
---|---|---|---|
AcceptableMethods | string[] | ||
LocalIPs | List |
||
ModelType | |||
SessionRequests | int |
Метод | Описание | |
---|---|---|
ClearRazorCache ( ) : void |
Removes all of the Razor Engine built temporary files from the AppData/Temp folder
|
|
Start ( ) : void |
Start the ASP listener, and Connects to the stats database
|
|
Stop ( ) : void |
Stops the ASP listener, and unbinds from the port.
|
Метод | Описание | |
---|---|---|
CreateHttpListener ( ) : void |
Creates the HttpListener object, and configures the prefixes
|
|
CreateRazorService ( ) : void |
Creates the Razor Engine Service needed to properly handle the cshtml files
|
|
GetASPController ( HttpClient Client, string Document ) : |
Returns the specified ASPController object for handling the ASP response, or null if the Document does not have a controller
|
|
GetBf2StatsController ( string Document, HttpClient Client ) : |
Returns the specified Controller object for handling the bf2stats response, or null if the Document does not have a controller
|
|
HandleRequest ( IAsyncResult Sync ) : void |
Accepts the connection
|
|
HttpServer ( ) : System |
Static constructor
|
|
ProcessRequest ( HttpClient Client ) : void |
Handles the Http Connecting client and processes the HttpResponse
|
public static ClearRazorCache ( ) : void | ||
Результат | void |
public static string[] AcceptableMethods | ||
Результат | string[] |