C# 클래스 EventStore.ClientAPI.Transport.Http.HttpResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
CharacterSet string
ContentEncoding string
ContentLength long
ContentType string
Headers System.Net.Http.Headers.HttpResponseHeaders
HttpStatusCode int
Method string
StatusDescription string

공개 메소드들

메소드 설명
HttpResponse ( HttpResponseMessage responseMessage ) : System.Linq

메소드 상세

HttpResponse() 공개 메소드

public HttpResponse ( HttpResponseMessage responseMessage ) : System.Linq
responseMessage HttpResponseMessage
리턴 System.Linq

프로퍼티 상세

CharacterSet 공개적으로 프로퍼티

public string CharacterSet
리턴 string

ContentEncoding 공개적으로 프로퍼티

public string ContentEncoding
리턴 string

ContentLength 공개적으로 프로퍼티

public long ContentLength
리턴 long

ContentType 공개적으로 프로퍼티

public string ContentType
리턴 string

Headers 공개적으로 프로퍼티

public HttpResponseHeaders,System.Net.Http.Headers Headers
리턴 System.Net.Http.Headers.HttpResponseHeaders

HttpStatusCode 공개적으로 프로퍼티

public int HttpStatusCode
리턴 int

Method 공개적으로 프로퍼티

public string Method
리턴 string

StatusDescription 공개적으로 프로퍼티

public string StatusDescription
리턴 string