C# Class uhttpsharp.Handlers.ControllerHandler.ControllerMethod

Afficher le fichier Open project: bonesoul/uhttpsharp

Méthodes publiques

Méthode Description
ControllerMethod ( Type controllerType, HttpMethods method ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
Equals ( ControllerMethod other ) : bool

Method Details

ControllerMethod() public méthode

public ControllerMethod ( Type controllerType, HttpMethods method ) : System
controllerType System.Type
method HttpMethods
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int