C# 클래스 EventStore.Transport.Http.EntityManagement.HttpEntityManagerExtensions

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

공개 메소드들

메소드 설명
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