CKFinder 3 – ASP.NET Connector Documentation
ProxyDownloadEvent Class Reference

Event published before file is served to the client in ProxyDownload command. More...

Inheritance diagram for ProxyDownloadEvent:
EventBase

Public Member Functions

 ProxyDownloadEvent (ICommandRequest commandRequest, IFile file)
 Constructs a new instance of ProxyDownloadEvent. More...
 

Properties

IFile File [get, set]
 The file to transmit. More...
 
- Properties inherited from EventBase
object UserData [get, set]
 Gets or sets the user data object. More...
 
ICommandRequest CommandRequest [get]
 Gets the command request. More...
 

Additional Inherited Members

- Protected Member Functions inherited from EventBase
 EventBase (ICommandRequest commandRequest)
 Constructs a new instance of EventBase. More...
 

Detailed Description

Event published before file is served to the client in ProxyDownload command.

The file content will not be transfered if event propagation has been stopped.

Constructor & Destructor Documentation

◆ ProxyDownloadEvent()

ProxyDownloadEvent ( ICommandRequest  commandRequest,
IFile  file 
)
inline

Constructs a new instance of ProxyDownloadEvent.

Parameters
commandRequestA command request object.
fileA file to transmit.

Property Documentation

◆ File

IFile File
getset

The file to transmit.


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