Krystalware
SlickUpload logo

FileUploadStreamProvider Class

An IUploadStreamProvider that writes to files.

Declaration Syntax

C#

public sealed class FileUploadStreamProvider : IUploadStreamProvider

Visual Basic

Public NotInheritable Class FileUploadStreamProvider _
	Implements IUploadStreamProvider

Members

IconMemberDescription
FileUploadStreamProvider(NameValueConfigurationSection)
Creates a new instance of a FileUploadStreamProvider.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileNameKey
The LocationInfo key used to store the filename value.
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetInputStream(UploadedFile)
Returns a FileStream of the file data that was uploaded for the specified location info.
GetOutputStream(UploadedFile)
Returns a FileStream to which to write the file as it is uploaded.
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveOutput(UploadedFile)
Removes the output file for the specified UploadedFile.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

Object
FileUploadStreamProvider

Assembly: Krystalware.SlickUpload, Version: 4.0