HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Defines the path of the servlet, optionally it can catch ALL the requests that search for path starting with the given value. More...
Public Member Functions | |
Binding (string path, bool startsWith=false) | |
Properties | |
string | Path [get] |
bool | StartsWith [get] |
Defines the path of the servlet, optionally it can catch ALL the requests that search for path starting with the given value.
Definition at line 9 of file BindingAttribute.cs.
HSB.Binding.Binding | ( | string | path, |
bool | startsWith = false |
||
) |
Definition at line 20 of file BindingAttribute.cs.
|
get |
Definition at line 26 of file BindingAttribute.cs.
|
get |
Definition at line 31 of file BindingAttribute.cs.