C# Class Raven.Bundles.Replication.Reponsders.AttachmentReplicationResponder

Inheritance: Raven.Database.Server.Responders.RequestResponder
Afficher le fichier Open project: nhsevidence/ravendb

Méthodes publiques

Méthode Description
Respond ( IHttpContext context ) : void

Private Methods

Méthode Description
IsDirectChildOfCurrentAttachment ( Raven.Abstractions.Data.Attachment existingAttachment, RavenJObject metadata ) : bool
ReplicateAttachment ( IStorageActionsAccessor actions, string id, RavenJObject metadata, byte data, System.Guid lastEtag, string src ) : void

Method Details

Respond() public méthode

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