C# Class AuScGen.CommonUtilityPlugin.HttpRestClient

Inheritance: IContainerPlugin
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method 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

Method Description
GetData ( string response ) : List

Method Details

HttpRestClient() public method

Gets or sets the response code.
public HttpRestClient ( ) : System.Collections.Generic
return System.Collections.Generic

getRequest() public method

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

postRequest() public method

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