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

Inheritance: IHttpResponse
Afficher le fichier Open project: nhsevidence/ravendb

Méthodes publiques

Méthode 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 méthode

public AddHeader ( string name, string value ) : void
name string
value string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

MultiGetHttpResponse() public méthode

public MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
getResponse Raven.Abstractions.Data.GetResponse
response IHttpResponse
Résultat System

Redirect() public méthode

public Redirect ( string url ) : void
url string
Résultat void

SetPublicCachability() public méthode

public SetPublicCachability ( ) : void
Résultat void

WriteFile() public méthode

public WriteFile ( string path ) : void
path string
Résultat void