C# Class Raven.Database.Server.Responders.Document

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

Méthodes publiques

Méthode Description
Respond ( IHttpContext context ) : void

Private Methods

Méthode Description
Get ( IHttpContext context, string docId ) : void
GetDocumentDirectly ( IHttpContext context, string docId ) : void
Put ( IHttpContext context, string docId ) : void

Method Details

Respond() public méthode

public Respond ( IHttpContext context ) : void
context IHttpContext
Résultat void