C# Class Raven.Bundles.Replication.Responders.ReplicationLastEtagResponder

Inheritance: Raven.Database.Server.AbstractRequestResponder
Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
Respond ( IHttpContext context ) : void

Private Methods

Méthode Description
OnGet ( IHttpContext context, string src ) : void
OnPut ( IHttpContext context, string src ) : void

Method Details

Respond() public méthode

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