C# Класс AuScGen.CommonUtilityPlugin.HttpRestClient

Наследование: IContainerPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetData ( string response ) : List

Описание методов

HttpRestClient() публичный Метод

Gets or sets the response code.
public HttpRestClient ( ) : System.Collections.Generic
Результат System.Collections.Generic

getRequest() публичный Метод

Gets the request.
public getRequest ( string url, string>.Dictionary requestParamDic ) : List
url string The URL.
requestParamDic string>.Dictionary The request parameter dic.
Результат List

postRequest() публичный Метод

Gets the request.
public postRequest ( string url, string>.Dictionary requestParamDic ) : string>.Dictionary
url string The URL.
requestParamDic string>.Dictionary The request parameter dic.
Результат string>.Dictionary