C# Class Revenj.Http.RouteAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Свойство Type Description
IsAsync bool
Method string
Path string

Méthodes publiques

Méthode Description
RouteAttribute ( HTTP http, string path ) : System
RouteAttribute ( HTTP http, string path, bool isAsync ) : System
RouteAttribute ( string path, string method, bool isAsync = true ) : System

Method Details

RouteAttribute() public méthode

public RouteAttribute ( HTTP http, string path ) : System
http HTTP
path string
Résultat System

RouteAttribute() public méthode

public RouteAttribute ( HTTP http, string path, bool isAsync ) : System
http HTTP
path string
isAsync bool
Résultat System

RouteAttribute() public méthode

public RouteAttribute ( string path, string method, bool isAsync = true ) : System
path string
method string
isAsync bool
Résultat System

Property Details

IsAsync public_oe property

public bool IsAsync
Résultat bool

Method public_oe property

public string Method
Résultat string

Path public_oe property

public string Path
Résultat string