C# 클래스 Herald.Client

파일 보기 프로젝트 열기: HeraldStudio/Herald-WP

공개 메소드들

메소드 설명
Client ( ) : System
Client ( String str ) : System
Get ( Action Change, System.Action Wait, string url = null, int flag = 1 ) : Task
Post ( HttpFormUrlEncodedContent postData, Action TextChange, System.Action Wait, string url = null, int flag = 1 ) : Task

비공개 메소드들

메소드 설명
HttpRequestAsync ( Func httpRequestFuncAsync, Action Change, System.Action Wait, int flag ) : Task

메소드 상세

Client() 공개 메소드

public Client ( ) : System
리턴 System

Client() 공개 메소드

public Client ( String str ) : System
str String
리턴 System

Get() 공개 메소드

public Get ( Action Change, System.Action Wait, string url = null, int flag = 1 ) : Task
Change Action
Wait System.Action
url string
flag int
리턴 Task

Post() 공개 메소드

public Post ( HttpFormUrlEncodedContent postData, Action TextChange, System.Action Wait, string url = null, int flag = 1 ) : Task
postData HttpFormUrlEncodedContent
TextChange Action
Wait System.Action
url string
flag int
리턴 Task