C# 클래스 Raven.Database.Server.Abstractions.HttpResponseAdapter

상속: IHttpResponse
파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
Close ( ) : void
HttpResponseAdapter ( HttpResponse response ) : System.IO
Redirect ( string url ) : void
SetPublicCachability ( ) : void
WriteFile ( string path ) : void

메소드 상세

AddHeader() 공개 메소드

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

Close() 공개 메소드

public Close ( ) : void
리턴 void

HttpResponseAdapter() 공개 메소드

public HttpResponseAdapter ( HttpResponse response ) : System.IO
response System.Web.HttpResponse
리턴 System.IO

Redirect() 공개 메소드

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

SetPublicCachability() 공개 메소드

public SetPublicCachability ( ) : void
리턴 void

WriteFile() 공개 메소드

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