C# 클래스 HA4IoT.Networking.Http.HttpRequestDispatcherAction

상속: IHttpRequestDispatcherAction
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
HttpRequestDispatcherAction ( HttpMethod method, string uri ) : System
Using ( Action handler ) : IHttpRequestDispatcherAction
WithAnySubUrl ( ) : IHttpRequestDispatcherAction

메소드 상세

HttpRequestDispatcherAction() 공개 메소드

public HttpRequestDispatcherAction ( HttpMethod method, string uri ) : System
method HttpMethod
uri string
리턴 System

Using() 공개 메소드

public Using ( Action handler ) : IHttpRequestDispatcherAction
handler Action
리턴 IHttpRequestDispatcherAction

WithAnySubUrl() 공개 메소드

public WithAnySubUrl ( ) : IHttpRequestDispatcherAction
리턴 IHttpRequestDispatcherAction