C# 클래스 TinyHost, gert

상속: MarshalByRefObject
파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateHost TinyHost,
CreateHost TinyHost,
Main int
Main int

공개 메소드들

메소드 설명
Execute ( string page, TextWriter tw ) : void
Execute ( string page, string query, TextWriter tw ) : void

비공개 메소드들

메소드 설명
CreateHost ( ) : TinyHost,
CreateHost ( string baseDir ) : TinyHost,
Main ( ) : int
Main ( string args ) : int

메소드 상세

Execute() 공개 메소드

public Execute ( string page, TextWriter tw ) : void
page string
tw TextWriter
리턴 void

Execute() 공개 메소드

public Execute ( string page, string query, TextWriter tw ) : void
page string
query string
tw TextWriter
리턴 void