C# 클래스 tinyweb.framework.FakeResponseContext

상속: IResponseContext
파일 보기 프로젝트 열기: martinrue/Tinyweb 1 사용 예제들

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
FakeResponseContext ( ) : System.Collections.Generic
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

FakeResponseContext() 공개 메소드

public FakeResponseContext ( ) : System.Collections.Generic
리턴 System.Collections.Generic

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