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

Show file Open project: Virtual-Universe/Virtual-Universe

Public Methods

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

Private Methods

Method 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 method

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
return string

BuildHTML() public static method

public static BuildHTML ( string html, object>.Dictionary vars ) : string
html string
vars object>.Dictionary
return string