C# 클래스 AuScGen.CommonUtilityPlugin.HttpRestClient

상속: IContainerPlugin
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
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