C# Class cn.jpush.api.common.BaseHttpClient

Afficher le fichier Open project: jpush/jpush-api-csharp-client

Méthodes publiques

Méthode Description
sendDelete ( String url, String auth, String reqParams ) : ResponseWrapper
sendGet ( String url, String auth, String reqParams ) : ResponseWrapper
sendPost ( String url, String auth, String reqParams ) : ResponseWrapper
sendPut ( String url, String auth, String reqParams ) : ResponseWrapper
sendRequest ( String method, String url, String auth, String reqParams ) : ResponseWrapper

Method Details

sendDelete() public méthode

public sendDelete ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
Résultat ResponseWrapper

sendGet() public méthode

public sendGet ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
Résultat ResponseWrapper

sendPost() public méthode

public sendPost ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
Résultat ResponseWrapper

sendPut() public méthode

public sendPut ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
Résultat ResponseWrapper

sendRequest() public méthode

public sendRequest ( String method, String url, String auth, String reqParams ) : ResponseWrapper
method String
url String
auth String
reqParams String
Résultat ResponseWrapper