Intersoft ClientUI Documentation
Session Property



Gets the current session of the uploading process.
Syntax
Public ReadOnly Property Session As FileUploadSession
Dim instance As UploadEventArgs
Dim value As FileUploadSession
 
value = instance.Session
public FileUploadSession Session {get;}
public:
property FileUploadSession^ Session {
   FileUploadSession^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadEventArgs Class
UploadEventArgs Members

Send Feedback