Syntax
| C# |
|---|
namespace Mediachase.FileUploader |
| Visual Basic (Declaration) |
|---|
Namespace Mediachase.FileUploader |
Classes
| Class | Description | |
|---|---|---|
![]() | AssemblyResourceHandler | |
![]() | ContentType |
Represent content type by file name resolver.
|
![]() | ContentTypeResolveEventArgs |
Represents a content type resolve arguments.
|
![]() | FileSizeLimitException |
Represents an exception that is thrown when an upload file size is bigger than the maximal size set in the config file
|
![]() | FileStreamTicket |
Represent file stream ticket.
|
![]() | FileUploaderContext |
Represent file uploader context.
|
![]() | ImageThumbnail |
Represents image thumbnail rendering.
|
![]() | ImageThumbnailResolveEventArgs |
Provides data for the Render event.
|
![]() | InvalidTempStoragePath |
Represents the exception that is thrown when the section httpFile from Web.Config includes an invalide TempStoragePath attribute.
|
![]() | McHttpModule |
The module intercepts and optimizes http requests.
|
![]() | Pattern |
Represents the source validation with the specific mask.
|
![]() | PostSizeLimitException |
Represents an exception that is thrown when POST size is bigger than the maximal size set in the config file
|
![]() | SerializationUtil |
Serialization utility.
|
![]() | SqlBlobStream |
Exposes a Stream around a text, ntext, or image column, supporting both synchronous and asynchronous read and write operations.
|
![]() | SqlContext |
Represents the sql connection information, either valid connection string for a SqlConnection or SqlTransaction.
|
![]() | SqlHelper |
The SqlHelper class is intended to encapsulate high performance, scalable best practices for
common uses of SqlClient.
|
![]() | SqlHelperParameterCache |
SqlHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the
ability to discover parameters for stored procedures at run-time.
|
![]() | SqlParameterList |
Represents the SqlParameter collection.
|
![]() | UploadCanceled |
Represents an exception that is thrown when an upload is canceled
|
Delegates
| Delegate | Description | |
|---|---|---|
![]() | ContentTypeResolveEventHandler |
Represents content type resolve event declaration.
|
![]() | ImageThumbnailResolveEventHandler |
Represent an image thumbnail resolve event handler.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
![]() | FileUploaderSessionType |
Indicates file uploader session type.
|
![]() | FilterType |
Indicates filter type.
|
![]() | SqlBlobAccess |
Defines constants for read, write, or read/write access to a text, ntext, or image column.
|











