C# Class Universe.Framework.Servers.HttpServer.CSHTMLCreator

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
AddHTMLPage ( string html, string urlToAppend, string methodName, object>.Dictionary variables, HTTPReturned eventDelegate ) : string
BuildHTML ( string html, object>.Dictionary vars ) : string

Private Methods

Méthode Description
HandleResponse ( OSHttpRequest httpRequest, OSHttpResponse response, Stream stream, string urlToAppend, object>.Dictionary variables, HTTPReturned eventHandler ) : byte[]
SetUpWebpage ( OSHttpResponse response, string url, string html, object>.Dictionary vars ) : byte[]

Method Details

AddHTMLPage() public static méthode

public static AddHTMLPage ( string html, string urlToAppend, string methodName, object>.Dictionary variables, HTTPReturned eventDelegate ) : string
html string
urlToAppend string
methodName string
variables object>.Dictionary
eventDelegate HTTPReturned
Résultat string

BuildHTML() public static méthode

public static BuildHTML ( string html, object>.Dictionary vars ) : string
html string
vars object>.Dictionary
Résultat string