C# 클래스 KidoZen.Request

상속: IDisposable
파일 보기 프로젝트 열기: kidozen/kido-win 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Uri uri, string method, Stream content, string>.IDictionary headers, System.TimeSpan timeout ) : Task
Dispose ( ) : void
GetHeader ( string name ) : string

비공개 메소드들

메소드 설명
Request ( ) : System

메소드 상세

Create() 정적인 공개 메소드

static public Create ( Uri uri, string method, Stream content, string>.IDictionary headers, System.TimeSpan timeout ) : Task
uri System.Uri
method string
content Stream
headers string>.IDictionary
timeout System.TimeSpan
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetHeader() 공개 메소드

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