C# 클래스 Raven.Database.Server.Responders.MultiGet.MultiGetHttpResponse

상속: IHttpResponse
파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
Close ( ) : void
MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
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

MultiGetHttpResponse() 공개 메소드

public MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
getResponse Raven.Abstractions.Data.GetResponse
response IHttpResponse
리턴 System

Redirect() 공개 메소드

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

SetPublicCachability() 공개 메소드

public SetPublicCachability ( ) : void
리턴 void

WriteFile() 공개 메소드

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