C# 클래스 KidoZen.Response

상속: IDisposable
파일 보기 프로젝트 열기: kidozen/kido-xamarin

공개 메소드들

메소드 설명
Create ( HttpStatusCode statusCode, string data, string>.IDictionary headers = null ) : Response
Create ( HttpStatusCode statusCode, Stream body = null, string>.IDictionary headers = null ) : Task
Dispose ( ) : void
GetHeader ( string name ) : string

비공개 메소드들

메소드 설명
Response ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( HttpStatusCode statusCode, string data, string>.IDictionary headers = null ) : Response
statusCode HttpStatusCode
data string
headers string>.IDictionary
리턴 Response

Create() 공개 정적인 메소드

public static Create ( HttpStatusCode statusCode, Stream body = null, string>.IDictionary headers = null ) : Task
statusCode HttpStatusCode
body Stream
headers string>.IDictionary
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetHeader() 공개 메소드

public GetHeader ( string name ) : string
name string
리턴 string