C# Class HA4IoT.Networking.Http.HttpRequestDispatcherAction

Inheritance: IHttpRequestDispatcherAction
ファイルを表示 Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
HttpRequestDispatcherAction ( HttpMethod method, string uri ) : System
Using ( Action handler ) : IHttpRequestDispatcherAction
WithAnySubUrl ( ) : IHttpRequestDispatcherAction

Method Details

HttpRequestDispatcherAction() public method

public HttpRequestDispatcherAction ( HttpMethod method, string uri ) : System
method HttpMethod
uri string
return System

Using() public method

public Using ( Action handler ) : IHttpRequestDispatcherAction
handler Action
return IHttpRequestDispatcherAction

WithAnySubUrl() public method

public WithAnySubUrl ( ) : IHttpRequestDispatcherAction
return IHttpRequestDispatcherAction