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

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Méthode 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 méthode

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

ReadTextRequestAsync() public static méthode

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

ReplyContent() public static méthode

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
Résultat void

ReplyStatus() public static méthode

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
Résultat void

ReplyTextContent() public static méthode

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
Résultat void