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

Mostra file Open project: jpush/jpush-api-csharp-client

Public Methods

Method 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 method

public sendDelete ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
return ResponseWrapper

sendGet() public method

public sendGet ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
return ResponseWrapper

sendPost() public method

public sendPost ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
return ResponseWrapper

sendPut() public method

public sendPut ( String url, String auth, String reqParams ) : ResponseWrapper
url String
auth String
reqParams String
return ResponseWrapper

sendRequest() public method

public sendRequest ( String method, String url, String auth, String reqParams ) : ResponseWrapper
method String
url String
auth String
reqParams String
return ResponseWrapper