Method | Description | |
---|---|---|
AddFilter ( IImageFilter imageFilter ) : void |
The add filter.
|
|
ProcessRequest ( |
Retrieve or update cache, and write to output stream
|
|
RemoveFilter ( IImageFilter imageFilter ) : void |
The remove filter.
|
Method | Description | |
---|---|---|
CheckETag ( |
Check if the ETag that sent from the client is match to the current ETag. If so, set the status code to 'Not Modified' and stop the response.
|
|
GetImageData ( IImageParameters parameters, |
Takes care of resizing image from url parameters
|
public AddFilter ( IImageFilter imageFilter ) : void | ||
imageFilter | IImageFilter | /// The image filter. /// |
return | void |
public ProcessRequest ( |
||
context | /// | |
return | void |
public RemoveFilter ( IImageFilter imageFilter ) : void | ||
imageFilter | IImageFilter | /// The image filter. /// |
return | void |