Метод | Описание | |
---|---|---|
ClearHandlers ( ) : void | ||
CustomVerb ( string path, string verb ) : |
||
Delete ( string path ) : |
||
Get ( string path ) : |
||
Head ( string path ) : |
||
Post ( string path ) : |
||
Put ( string path ) : |
||
RequestHandlerFactory ( IRequestProcessor requestProcessor ) : System.Collections.Generic |
Метод | Описание | |
---|---|---|
CreateHandler ( string path, string method ) : |
public CustomVerb ( string path, string verb ) : |
||
path | string | |
verb | string | |
Результат |
public Delete ( string path ) : |
||
path | string | |
Результат |
public Get ( string path ) : |
||
path | string | |
Результат |
public Head ( string path ) : |
||
path | string | |
Результат |
public Post ( string path ) : |
||
path | string | |
Результат |
public Put ( string path ) : |
||
path | string | |
Результат |
public RequestHandlerFactory ( IRequestProcessor requestProcessor ) : System.Collections.Generic | ||
requestProcessor | IRequestProcessor | |
Результат | System.Collections.Generic |