C# 클래스 MdwsDemo.dao.rest.HttpClient

파일 보기 프로젝트 열기: monkeyglasses/MDWS-Demo 1 사용 예제들

공개 메소드들

메소드 설명
HttpClient ( String baseUri ) : System
makeRequest ( HttpRequestType type, String request ) : String
makeRequest ( String request ) : String
postOrPut ( HttpRequestType type, String body ) : String

메소드 상세

HttpClient() 공개 메소드

public HttpClient ( String baseUri ) : System
baseUri String
리턴 System

makeRequest() 공개 메소드

public makeRequest ( HttpRequestType type, String request ) : String
type HttpRequestType
request String
리턴 String

makeRequest() 공개 메소드

public makeRequest ( String request ) : String
request String
리턴 String

postOrPut() 공개 메소드

public postOrPut ( HttpRequestType type, String body ) : String
type HttpRequestType
body String
리턴 String