C# Class Raven.Database.Server.Responders.MultiGet.MultiGetHttpResponse

Inheritance: IHttpResponse
ファイルを表示 Open project: nhsevidence/ravendb

Public Methods

Method Description
AddHeader ( string name, string value ) : void
Close ( ) : void
MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
Redirect ( string url ) : void
SetPublicCachability ( ) : void
WriteFile ( string path ) : void

Method Details

AddHeader() public method

public AddHeader ( string name, string value ) : void
name string
value string
return void

Close() public method

public Close ( ) : void
return void

MultiGetHttpResponse() public method

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

Redirect() public method

public Redirect ( string url ) : void
url string
return void

SetPublicCachability() public method

public SetPublicCachability ( ) : void
return void

WriteFile() public method

public WriteFile ( string path ) : void
path string
return void