| Class | Description | |
|---|---|---|
![]() | C1Uploader | Represents an object that uploads files to a server. |
![]() | C1UploaderPost | Represents a class that uploads files to the server using multipart POST messages. |
![]() | C1UploaderWebService | Represents a class that uploads files to the server using Web services. |
![]() | FilePackager | Represents an object that maps files into server requests. |
![]() | FilePackagerFactory | Static class that creates FilePackager objects. |
![]() | FilePackagerMultiFile | FilePackager that packages multiple files per request. |
![]() | FilePackagerPartialFile | FilePackager that breaks up files into multiple requests. |
![]() | FilePackagerSingleFile | FilePackager that packages one file per request. |
![]() | InvalidAddressException | This exception is raised if the address of the service to be called is not correct. |
![]() | MaximumUploadSizeExceededException | This exception is raised when the size needed to do the upload is greater than the size specified by the user. |
![]() | MIMETypeRequestedEventArgs | Provides data for the C1UploaderPost.MIMETypeRequested event. |
![]() | UploadCompletedEventArgs | Contains data about upload completed event of the upload file |
![]() | UploadFileInfo | Wraps the information of files that comes from different sources. |
![]() | UploadFilePartInfo | Represents a file part. It can be a file or a file segment. |
![]() | UploadFilePartPackage | Contains a sets of UploadFilePartInfo. |
![]() | UploadManagerPost | Class that packages files into multipart POST requests. |
![]() | UploadManagerSettings | Contains parameters that specify the behavior of IUploadManager objects. |
![]() | UploadManagerSettingsPost | Contains parameters that specify the behavior of UploadManagerPost objects. |
![]() | UploadManagerSettingsWebService | Contains parameters that specify the behavior of UploadManagerWebService objects. |
![]() | UploadManagerWebService | Class that packages files into Web Service requests. |
![]() | UploadProgressChangedEventArgs | Contains data about progress changed event of the upload file. |
| Interface | Description | |
|---|---|---|
![]() | IUploadManager | Interface implemented by classes that package files into server requests. |
| Delegate | Description | |
|---|---|---|
![]() | C1UploaderPost.MIMETypeRequestedEventHandler | Represents the method that will handle the C1UploaderPost.MIMETypeRequested event. |
| Enumeration | Description | |
|---|---|---|
![]() | FilesPerRequest | Specifies how files are mapped into server requests. |
![]() | MultipartPostEncoding | Specifies the encoding of the data that will be sent in the post message. |