C# 클래스 Aegis.Network.Rest.RestRequest

파일 보기 프로젝트 열기: SyncZone/AegisFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MethodType HttpMethodType
RawUrl string

공개 메소드들

메소드 설명
ParseArguments ( ) : void
this ( string key ) : string

비공개 메소드들

메소드 설명
RestRequest ( HttpMethodType methodType, string url, string path, string messageBody ) : System

메소드 상세

ParseArguments() 공개 메소드

public ParseArguments ( ) : void
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

MethodType 공개적으로 프로퍼티

public HttpMethodType MethodType
리턴 HttpMethodType

RawUrl 공개적으로 프로퍼티

public string RawUrl
리턴 string