Syntax

C#
namespace Mediachase.FileUploader
Visual Basic (Declaration)
Namespace Mediachase.FileUploader

Classes

  ClassDescription
Public classAssemblyResourceHandler
Public classContentType
Represent content type by file name resolver.
Public classContentTypeResolveEventArgs
Represents a content type resolve arguments.
Public classFileSizeLimitException
Represents an exception that is thrown when an upload file size is bigger than the maximal size set in the config file
Public classFileStreamTicket
Represent file stream ticket.
Public classFileUploaderContext
Represent file uploader context.
Public classImageThumbnail
Represents image thumbnail rendering.
Public classImageThumbnailResolveEventArgs
Provides data for the Render event.
Public classInvalidTempStoragePath
Represents the exception that is thrown when the section httpFile from Web.Config includes an invalide TempStoragePath attribute.
Public classMcHttpModule
The module intercepts and optimizes http requests.
Public classPattern
Represents the source validation with the specific mask.
Public classPostSizeLimitException
Represents an exception that is thrown when POST size is bigger than the maximal size set in the config file
Public classSerializationUtil
Serialization utility.
Public classSqlBlobStream
Exposes a Stream around a text, ntext, or image column, supporting both synchronous and asynchronous read and write operations.
Public classSqlContext
Represents the sql connection information, either valid connection string for a SqlConnection or SqlTransaction.
Public classSqlHelper
The SqlHelper class is intended to encapsulate high performance, scalable best practices for common uses of SqlClient.
Public classSqlHelperParameterCache
SqlHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.
Public classSqlParameterList
Represents the SqlParameter collection.
Public classUploadCanceled
Represents an exception that is thrown when an upload is canceled

Delegates

  DelegateDescription
Public delegateContentTypeResolveEventHandler
Represents content type resolve event declaration.
Public delegateImageThumbnailResolveEventHandler
Represent an image thumbnail resolve event handler.

Enumerations

  EnumerationDescription
Public enumerationFileUploaderSessionType
Indicates file uploader session type.
Public enumerationFilterType
Indicates filter type.
Public enumerationSqlBlobAccess
Defines constants for read, write, or read/write access to a text, ntext, or image column.