C# 클래스 m.Http.EndpointBuilder

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

Private Properties

프로퍼티 타입 설명
EndpointBuilder System

공개 메소드들

메소드 설명
With ( DirectoryInfo dirInfo ) : Endpoint
With ( DirectoryInfo dirInfo, HttpResponse>.Func gzipFuncImpl ) : Endpoint
With ( Func f ) : Endpoint
With ( HttpResponse>.Func f ) : Endpoint
WithAction ( System.Action a ) : Endpoint
WithAction ( Action a ) : Endpoint
WithAsync ( Func f ) : Endpoint
WithAsyncAction ( Task>.Func a ) : Endpoint
WithAsyncAction ( Func a ) : Endpoint

비공개 메소드들

메소드 설명
EndpointBuilder ( Method method, string route ) : System

메소드 상세

With() 공개 메소드

public With ( DirectoryInfo dirInfo ) : Endpoint
dirInfo System.IO.DirectoryInfo
리턴 Endpoint

With() 공개 메소드

public With ( DirectoryInfo dirInfo, HttpResponse>.Func gzipFuncImpl ) : Endpoint
dirInfo System.IO.DirectoryInfo
gzipFuncImpl HttpResponse>.Func
리턴 Endpoint

With() 공개 메소드

public With ( Func f ) : Endpoint
f Func
리턴 Endpoint

With() 공개 메소드

public With ( HttpResponse>.Func f ) : Endpoint
f HttpResponse>.Func
리턴 Endpoint

WithAction() 공개 메소드

public WithAction ( System.Action a ) : Endpoint
a System.Action
리턴 Endpoint

WithAction() 공개 메소드

public WithAction ( Action a ) : Endpoint
a Action
리턴 Endpoint

WithAsync() 공개 메소드

public WithAsync ( Func f ) : Endpoint
f Func
리턴 Endpoint

WithAsyncAction() 공개 메소드

public WithAsyncAction ( Task>.Func a ) : Endpoint
a Task>.Func
리턴 Endpoint

WithAsyncAction() 공개 메소드

public WithAsyncAction ( Func a ) : Endpoint
a Func
리턴 Endpoint