C# Class EventStore.Transport.Http.EntityManagement.HttpEntityManagerExtensions

Mostra file Open project: EventStore/EventStore

Public Methods

Method Description
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

Method Details

ContinueReplyTextContent() public static method

public static ContinueReplyTextContent ( this self, string response, Action onError, System.Action completed ) : void
self this
response string
onError Action
completed System.Action
return void

ReadTextRequestAsync() public static method

public static ReadTextRequestAsync ( this self, string>.Action onSuccess, Action onError ) : void
self this
onSuccess string>.Action
onError Action
return void

ReplyContent() public static method

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
return void

ReplyStatus() public static method

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
return void

ReplyTextContent() public static method

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
return void