C# Класс EventStore.Transport.Http.EntityManagement.HttpEntityManagerExtensions

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

Открытые методы

Метод Описание
ContinueReplyTextContent ( this self, string response, Action onError, System.Action completed ) : void
ReadTextRequestAsync ( this self, string>.Action onSuccess, Action onError ) : void
ReplyContent ( this self, byte response, int code, string description, string type, string>.IEnumerable headers, Action onError ) : void
ReplyStatus ( this self, int code, string description, Action onError, string>.IEnumerable headers = null ) : void
ReplyTextContent ( this self, string response, int code, string description, string type, string>.IEnumerable headers, Action onError ) : void

Описание методов

ContinueReplyTextContent() публичный статический Метод

public static ContinueReplyTextContent ( this self, string response, Action onError, System.Action completed ) : void
self this
response string
onError Action
completed System.Action
Результат void

ReadTextRequestAsync() публичный статический Метод

public static ReadTextRequestAsync ( this self, string>.Action onSuccess, Action onError ) : void
self this
onSuccess string>.Action
onError Action
Результат void

ReplyContent() публичный статический Метод

public static ReplyContent ( this self, byte response, int code, string description, string type, string>.IEnumerable headers, Action onError ) : void
self this
response byte
code int
description string
type string
headers string>.IEnumerable
onError Action
Результат void

ReplyStatus() публичный статический Метод

public static ReplyStatus ( this self, int code, string description, Action onError, string>.IEnumerable headers = null ) : void
self this
code int
description string
onError Action
headers string>.IEnumerable
Результат void

ReplyTextContent() публичный статический Метод

public static ReplyTextContent ( this self, string response, int code, string description, string type, string>.IEnumerable headers, Action onError ) : void
self this
response string
code int
description string
type string
headers string>.IEnumerable
onError Action
Результат void