C# 클래스 tinyweb.framework.DefaultResponseContext

상속: IResponseContext
파일 보기 프로젝트 열기: martinrue/Tinyweb

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
DefaultResponseContext ( HttpContext context ) : System.Web
Redirect ( string url ) : void
Write ( string data ) : void
WriteFile ( string data ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

DefaultResponseContext() 공개 메소드

public DefaultResponseContext ( HttpContext context ) : System.Web
context System.Web.HttpContext
리턴 System.Web

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

Write() 공개 메소드

public Write ( string data ) : void
data string
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string data ) : void
data string
리턴 void