C# Class NRack.File
Exibir arquivo
Open project: kevinswiber/NRack
Public Methods
Method |
Description |
|
Call ( dynamic>.IDictionary environment ) : dynamic[] |
|
|
Each ( Action action ) : void |
|
|
File ( string root ) : System |
|
|
ToPath ( ) : string |
|
|
Private Methods
Method |
Description |
|
Fail ( int status, string body ) : dynamic[] |
|
|
InnerCall ( dynamic>.IDictionary environment ) : dynamic[] |
|
|
Serving ( dynamic>.IDictionary environment, string path ) : dynamic[] |
|
|
Method Details
public Call ( dynamic>.IDictionary environment ) : dynamic[] |
environment |
dynamic>.IDictionary
| |
return |
dynamic[] |
|
public Each ( Action action ) : void |
action |
Action |
|
return |
void |
|
public File ( string root ) : System |
root |
string |
|
return |
System |
|
public ToPath ( ) : string |
return |
string |
|