C# Class Herald.Client

Afficher le fichier Open project: HeraldStudio/Herald-WP

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HttpRequestAsync ( Func httpRequestFuncAsync, Action Change, System.Action Wait, int flag ) : Task

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Client() public méthode

public Client ( String str ) : System
str String
Résultat System

Get() public méthode

public Get ( Action Change, System.Action Wait, string url = null, int flag = 1 ) : Task
Change Action
Wait System.Action
url string
flag int
Résultat Task

Post() public méthode

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
Résultat Task