C# Class AuScGen.CommonUtilityPlugin.HttpRestClient

Inheritance: IContainerPlugin
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
HttpRestClient ( ) : System.Collections.Generic

Gets or sets the response code.

getRequest ( string url, string>.Dictionary requestParamDic ) : List

Gets the request.

postRequest ( string url, string>.Dictionary requestParamDic ) : string>.Dictionary

Gets the request.

Private Methods

Méthode Description
GetData ( string response ) : List

Method Details

HttpRestClient() public méthode

Gets or sets the response code.
public HttpRestClient ( ) : System.Collections.Generic
Résultat System.Collections.Generic

getRequest() public méthode

Gets the request.
public getRequest ( string url, string>.Dictionary requestParamDic ) : List
url string The URL.
requestParamDic string>.Dictionary The request parameter dic.
Résultat List

postRequest() public méthode

Gets the request.
public postRequest ( string url, string>.Dictionary requestParamDic ) : string>.Dictionary
url string The URL.
requestParamDic string>.Dictionary The request parameter dic.
Résultat string>.Dictionary