Méthode | Description | |
---|---|---|
AddHandler ( Action>.Action |
||
Handle ( |
||
HttpResourceHandler ( string method, string path, IServerConfiguration serverConfiguration ) : System | ||
IgnorePathCase ( ) : IHttpResourceHandler | ||
Matches ( |
public AddHandler ( Action>.Action |
||
handler | Action>.Action | |
Résultat | void |
public Handle ( |
||
context | ||
next | System.Action | |
Résultat | void |
public HttpResourceHandler ( string method, string path, IServerConfiguration serverConfiguration ) : System | ||
method | string | |
path | string | |
serverConfiguration | IServerConfiguration | |
Résultat | System |
public IgnorePathCase ( ) : IHttpResourceHandler | ||
Résultat | IHttpResourceHandler |
public Matches ( |
||
request | ||
Résultat | bool |