C# 클래스 Rest4Net.RestApiProvider

상속: IDisposable
파일 보기 프로젝트 열기: acropolium/Rest4Net 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
Cmd ( string path, RequestType requestType = RequestType.Get ) : Command
RestApiProvider ( BaseProtocol protocol ) : System

비공개 메소드들

메소드 설명
Execute ( Command cmd ) : CommandResult

메소드 상세

Cmd() 보호된 메소드

protected Cmd ( string path, RequestType requestType = RequestType.Get ) : Command
path string
requestType RequestType
리턴 Command

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RestApiProvider() 보호된 메소드

protected RestApiProvider ( BaseProtocol protocol ) : System
protocol Rest4Net.Protocols.BaseProtocol
리턴 System