C# Class OpenRasta.Hosting.AspNet.HttpHandlerRegistration

Afficher le fichier Open project: openrasta/openrasta-hosting-aspnet Class Usage Examples

Méthodes publiques

Méthode Description
HttpHandlerRegistration ( string verb, string path, string type ) : System
Matches ( string httpMethod, Uri path ) : bool

Method Details

HttpHandlerRegistration() public méthode

public HttpHandlerRegistration ( string verb, string path, string type ) : System
verb string
path string
type string
Résultat System

Matches() public méthode

public Matches ( string httpMethod, Uri path ) : bool
httpMethod string
path System.Uri
Résultat bool