Method | Description | |
---|---|---|
AddDefaultMimeTypes ( ) : void |
Mime types that this class can handle per default Contains the following mime types: |
|
FileModule ( ) : System |
Initializes a new instance of the FileModule class.
|
|
Process ( RequestContext context ) : ProcessingResult |
Process a request.
|
Method | Description | |
---|---|---|
SendFile ( IHttpContext context, IResponse response, Stream stream ) : void |
Will send a file to client.
|
public Process ( RequestContext context ) : ProcessingResult | ||
context | RequestContext | Request information |
return | ProcessingResult |