C# Class ServicesClient, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Private Properties

Свойство Type Description
CheckInternet bool

Méthodes publiques

Méthode Description
GetAsync ( string URL ) : Task
PostAsync ( string URL, object param ) : Task
ServicesClient ( )

Private Methods

Méthode Description
CheckInternet ( ) : bool

Method Details

GetAsync() public méthode

public GetAsync ( string URL ) : Task
URL string
Résultat Task

PostAsync() public méthode

public PostAsync ( string URL, object param ) : Task
URL string
param object
Résultat Task

ServicesClient() public méthode

public ServicesClient ( )