C# Class WhiteCore.Modules.Web.WorldMapPage

Inheritance: IWebInterfacePage
Datei anzeigen Open project: WhiteCoreSim/WhiteCore-Dev

Public Methods

Method Description
AttemptFindPage ( string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse &httpResponse, string &text ) : bool
Fill ( WebInterface webInterface, string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary

Method Details

AttemptFindPage() public method

public AttemptFindPage ( string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse &httpResponse, string &text ) : bool
filename string
httpResponse WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse
text string
return bool

Fill() public method

public Fill ( WebInterface webInterface, string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary
webInterface WebInterface
filename string
httpRequest WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse
requestParameters object>.Dictionary
translator ITranslator
response string
return object>.Dictionary