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

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

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
Close ( ) : void
HttpListenerResponseAdapter ( HttpListenerResponse 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

HttpListenerResponseAdapter() public méthode

public HttpListenerResponseAdapter ( HttpListenerResponse response ) : System.IO
response System.Net.HttpListenerResponse
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