Method | Description | |
---|---|---|
Handle ( HttpMethod method, string uri ) : |
||
HandleGet ( string uri ) : IHttpRequestDispatcherAction | ||
HandlePatch ( string uri ) : IHttpRequestDispatcherAction | ||
HandlePost ( string uri ) : IHttpRequestDispatcherAction | ||
HttpRequestController ( string name, |
Method | Description | |
---|---|---|
ExecuteActions ( object sender, |
||
InvokeHandlerAction ( |
public Handle ( HttpMethod method, string uri ) : |
||
method | HttpMethod | |
uri | string | |
return |
public HandleGet ( string uri ) : IHttpRequestDispatcherAction | ||
uri | string | |
return | IHttpRequestDispatcherAction |
public HandlePatch ( string uri ) : IHttpRequestDispatcherAction | ||
uri | string | |
return | IHttpRequestDispatcherAction |
public HandlePost ( string uri ) : IHttpRequestDispatcherAction | ||
uri | string | |
return | IHttpRequestDispatcherAction |
public HttpRequestController ( string name, |
||
name | string | |
server | ||
return | System |