C# Class Revenj.Http.RouteAttribute

Inheritance: System.Attribute
Show file Open project: ngs-doo/revenj

Public Properties

Property Type Description
IsAsync bool
Method string
Path string

Public Methods

Method 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 method

public RouteAttribute ( HTTP http, string path ) : System
http HTTP
path string
return System

RouteAttribute() public method

public RouteAttribute ( HTTP http, string path, bool isAsync ) : System
http HTTP
path string
isAsync bool
return System

RouteAttribute() public method

public RouteAttribute ( string path, string method, bool isAsync = true ) : System
path string
method string
isAsync bool
return System

Property Details

IsAsync public property

public bool IsAsync
return bool

Method public property

public string Method
return string

Path public property

public string Path
return string