C# 클래스 EventStore.Core.Services.Transport.Http.Configure

파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
DisableHTTPCaching bool

공개 메소드들

메소드 설명
BadRequest ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
DeleteStreamCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
EventEntry ( HttpResponseConfiguratorArgs entity, Message message, bool headEvent ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
EventMetadata ( HttpResponseConfiguratorArgs entity ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
GetFreshStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
GetFreshTcpConnectionStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
GetPositionETag ( long position, string contentType ) : string
GetReplicationStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
GetStreamEventsBackward ( HttpResponseConfiguratorArgs entity, Message message, bool headOfStream ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
GetStreamEventsForward ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
Gone ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
InternalServerError ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
NotFound ( ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
NotFound ( string etag, int cacheSeconds, bool isCachePublic, string contentType ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
NotImplemented ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
NotModified ( ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
Ok ( string contentType ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
Ok ( string contentType, Encoding encoding, string etag, int cacheSeconds, bool isCachePublic ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
ReadAllEventsBackwardCompleted ( HttpResponseConfiguratorArgs entity, Message message, bool headOfTf ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
ReadAllEventsForwardCompleted ( HttpResponseConfiguratorArgs entity, Message message, bool headOfTf ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
ServiceUnavailable ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
TemporaryRedirect ( Uri originalUrl, string targetHost, int targetPort ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
Unauthorized ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
WriteEventsCompleted ( HttpResponseConfiguratorArgs entity, Message message, string eventStreamId ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration

비공개 메소드들

메소드 설명
GetCacheSeconds ( EventStore.Core.Services.Storage.ReaderIndex.StreamMetadata metadata ) : int?
HandleNotHandled ( Uri requestedUri, ClientMessage notHandled ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration

메소드 상세

BadRequest() 공개 정적인 메소드

public static BadRequest ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

DeleteStreamCompleted() 공개 정적인 메소드

public static DeleteStreamCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

EventEntry() 공개 정적인 메소드

public static EventEntry ( HttpResponseConfiguratorArgs entity, Message message, bool headEvent ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
headEvent bool
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

EventMetadata() 공개 정적인 메소드

public static EventMetadata ( HttpResponseConfiguratorArgs entity ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

GetFreshStatsCompleted() 공개 정적인 메소드

public static GetFreshStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

GetFreshTcpConnectionStatsCompleted() 공개 정적인 메소드

public static GetFreshTcpConnectionStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

GetPositionETag() 공개 정적인 메소드

public static GetPositionETag ( long position, string contentType ) : string
position long
contentType string
리턴 string

GetReplicationStatsCompleted() 공개 정적인 메소드

public static GetReplicationStatsCompleted ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

GetStreamEventsBackward() 공개 정적인 메소드

public static GetStreamEventsBackward ( HttpResponseConfiguratorArgs entity, Message message, bool headOfStream ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
headOfStream bool
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

GetStreamEventsForward() 공개 정적인 메소드

public static GetStreamEventsForward ( HttpResponseConfiguratorArgs entity, Message message ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

Gone() 공개 정적인 메소드

public static Gone ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

InternalServerError() 공개 정적인 메소드

public static InternalServerError ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

NotFound() 공개 정적인 메소드

public static NotFound ( ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

NotFound() 공개 정적인 메소드

public static NotFound ( string etag, int cacheSeconds, bool isCachePublic, string contentType ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
etag string
cacheSeconds int
isCachePublic bool
contentType string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

NotImplemented() 공개 정적인 메소드

public static NotImplemented ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

NotModified() 공개 정적인 메소드

public static NotModified ( ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

Ok() 공개 정적인 메소드

public static Ok ( string contentType ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
contentType string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

Ok() 공개 정적인 메소드

public static Ok ( string contentType, Encoding encoding, string etag, int cacheSeconds, bool isCachePublic ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
contentType string
encoding Encoding
etag string
cacheSeconds int
isCachePublic bool
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

ReadAllEventsBackwardCompleted() 공개 정적인 메소드

public static ReadAllEventsBackwardCompleted ( HttpResponseConfiguratorArgs entity, Message message, bool headOfTf ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
headOfTf bool
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

ReadAllEventsForwardCompleted() 공개 정적인 메소드

public static ReadAllEventsForwardCompleted ( HttpResponseConfiguratorArgs entity, Message message, bool headOfTf ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
headOfTf bool
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

ServiceUnavailable() 공개 정적인 메소드

public static ServiceUnavailable ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

TemporaryRedirect() 공개 정적인 메소드

public static TemporaryRedirect ( Uri originalUrl, string targetHost, int targetPort ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
originalUrl System.Uri
targetHost string
targetPort int
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

Unauthorized() 공개 정적인 메소드

public static Unauthorized ( string description = null ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
description string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

WriteEventsCompleted() 공개 정적인 메소드

public static WriteEventsCompleted ( HttpResponseConfiguratorArgs entity, Message message, string eventStreamId ) : EventStore.Core.Services.Transport.Http.ResponseConfiguration
entity HttpResponseConfiguratorArgs
message Message
eventStreamId string
리턴 EventStore.Core.Services.Transport.Http.ResponseConfiguration

프로퍼티 상세

DisableHTTPCaching 공개적으로 정적으로 프로퍼티

public static bool DisableHTTPCaching
리턴 bool