ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Attributes | Properties | List of all members
ImageResizer.Plugins.RemoteReader.RemoteSiteFile Class Reference
Inheritance diagram for ImageResizer.Plugins.RemoteReader.RemoteSiteFile:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.RemoteReader.RemoteSiteFile:
Collaboration graph
[legend]

Public Member Functions

 RemoteSiteFile (string virtualPath, RemoteRequestEventArgs request, RemoteReaderPlugin parent)
 
System.IO.Stream Open ()
 Returns an opened stream to the file contents. More...
 
string GetCacheKey (bool includeModifiedDate)
 

Protected Attributes

string virtualPath
 
RemoteReaderPlugin parent
 

Properties

string VirtualPath [get]
 
- Properties inherited from ImageResizer.Plugins.IVirtualFile
string VirtualPath [get]
 The virtual path of the file (relative to the domain, like /app/folder/file.ext) More...
 

Detailed Description

Definition at line 338 of file RemoteReaderPlugin.cs.

Member Function Documentation

System.IO.Stream ImageResizer.Plugins.RemoteReader.RemoteSiteFile.Open ( )
inline

Returns an opened stream to the file contents.

Returns

Implements ImageResizer.Plugins.IVirtualFile.

Definition at line 354 of file RemoteReaderPlugin.cs.

354  {
355  return parent.GetUriStream(new Uri(this.request.RemoteUrl));
356  }
string RemoteUrl
The url to the remotely hosted image.

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