C# Class Raven.Database.Server.Abstractions.HttpResponseAdapter

Inheritance: IHttpResponse
Afficher le fichier Open project: nhsevidence/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
Close ( ) : void
HttpResponseAdapter ( HttpResponse response ) : System.IO
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

HttpResponseAdapter() public méthode

public HttpResponseAdapter ( HttpResponse response ) : System.IO
response System.Web.HttpResponse
Résultat System.IO

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