ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
ImageResizer.Plugins.RemoteReader.RemoteRequestEventArgs Class Reference

Properties

string RemoteUrl [get, set]
 The url to the remotely hosted image. More...
 
NameValueCollection QueryString [get, set]
 Resizing settings. These are not signed - other parties can manipulate them. More...
 
bool SignedRequest [get, set]
 True if the remote url was (correctly) signed with an HMAC SHA-256 to verify that it had not be altered since it was generated by the same server (or another server with the same key). More...
 
bool DenyRequest [get, set]
 

Detailed Description

Definition at line 10 of file RemoteRequestEventArgs.cs.

Property Documentation

NameValueCollection ImageResizer.Plugins.RemoteReader.RemoteRequestEventArgs.QueryString
getset

Resizing settings. These are not signed - other parties can manipulate them.

Definition at line 27 of file RemoteRequestEventArgs.cs.

string ImageResizer.Plugins.RemoteReader.RemoteRequestEventArgs.RemoteUrl
getset
bool ImageResizer.Plugins.RemoteReader.RemoteRequestEventArgs.SignedRequest
getset

True if the remote url was (correctly) signed with an HMAC SHA-256 to verify that it had not be altered since it was generated by the same server (or another server with the same key).

Definition at line 36 of file RemoteRequestEventArgs.cs.


The documentation for this class was generated from the following file: