C# 클래스 ALE.Web.AleResponse

상속: IResponse
파일 보기 프로젝트 열기: blesh/ALE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InnerResponse System.Web.HttpResponse

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
AleResponse ( HttpResponse innerResponse, IContext context ) : System
AppendCookie ( Cookie cookie ) : void
AppendHeader ( string name, string value ) : void
Redirect ( string location ) : void
Render ( string view, object model, Action callback ) : IResponse
Send ( ) : void
Write ( byte binary ) : IResponse
Write ( string text ) : IResponse

메소드 상세

AddHeader() 공개 메소드

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

AleResponse() 공개 메소드

public AleResponse ( HttpResponse innerResponse, IContext context ) : System
innerResponse System.Web.HttpResponse
context IContext
리턴 System

AppendCookie() 공개 메소드

public AppendCookie ( Cookie cookie ) : void
cookie System.Net.Cookie
리턴 void

AppendHeader() 공개 메소드

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

Redirect() 공개 메소드

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

Render() 공개 메소드

public Render ( string view, object model, Action callback ) : IResponse
view string
model object
callback Action
리턴 IResponse

Send() 공개 메소드

public Send ( ) : void
리턴 void

Write() 공개 메소드

public Write ( byte binary ) : IResponse
binary byte
리턴 IResponse

Write() 공개 메소드

public Write ( string text ) : IResponse
text string
리턴 IResponse

프로퍼티 상세

InnerResponse 공개적으로 프로퍼티

public HttpResponse,System.Web InnerResponse
리턴 System.Web.HttpResponse