C# 클래스 Universe.Framework.Servers.HttpServer.CSHTMLCreator

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
AddHTMLPage ( string html, string urlToAppend, string methodName, object>.Dictionary variables, HTTPReturned eventDelegate ) : string
BuildHTML ( string html, object>.Dictionary vars ) : string

비공개 메소드들

메소드 설명
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[]

메소드 상세

AddHTMLPage() 공개 정적인 메소드

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
리턴 string

BuildHTML() 공개 정적인 메소드

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