C# Класс EventStore.Core.Services.Transport.Http.Configure

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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