C# 클래스 Raven.Bundles.Replication.Responders.AttachmentReplicationResponder

상속: Raven.Database.Server.Responders.RequestResponder
파일 보기 프로젝트 열기: robashton/ravendb

Private Properties

프로퍼티 타입 설명
HashReplicationIdentifier string
HashReplicationIdentifier string
IsDirectChildOfCurrentAttachment bool
ReplicateAttachment void

공개 메소드들

메소드 설명
Respond ( IHttpContext context ) : void

비공개 메소드들

메소드 설명
HashReplicationIdentifier ( System.Guid existingEtag ) : string
HashReplicationIdentifier ( RavenJObject metadata, System.Guid lastEtag ) : string
IsDirectChildOfCurrentAttachment ( Raven.Abstractions.Data.Attachment existingAttachment, RavenJObject metadata ) : bool
ReplicateAttachment ( IStorageActionsAccessor actions, string id, RavenJObject metadata, byte data, Etag lastEtag, string src ) : void

메소드 상세

Respond() 공개 메소드

public Respond ( IHttpContext context ) : void
context IHttpContext
리턴 void