Uploader for Silverlight
C1UploaderPost Class Members
Properties  Methods  Events


The following tables list the members exposed by C1UploaderPost.

Public Constructors
 NameDescription
Public ConstructorC1UploaderPost ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyFilesGets the collection of files that will be uploaded. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public PropertyHeadersGets the headers that will be sent to the server with each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public PropertyIsBusyGets whether the component is currently uploading files. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public PropertyMaximumUploadSizeGets or sets the maximum size in bytes allowed for each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public PropertyParametersGets the parameters that will be sent to the server with each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public PropertySettingsGets the UploadManagerSettingsPost that specifies how the upload process should be performed.  
Public PropertyUserStateGets or sets an arbitrary object that will be passed to the UploadCompleted and UploadProgressChanged events. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Top
Public Methods
 NameDescription
Public MethodAddFileOverloaded. Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public MethodAddFilesAdds a collection of files to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public MethodBeginUploadFilesBegins uploading the files specified in the Files property. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public MethodCancelCancels the current upload process. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Top
Public Events
 NameDescription
Public EventMIMETypeRequestedThis event will be raised for each file, to customize the Content-Type http header.  
Public EventUploadCompletedEvent raised when the upload has completed. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Public EventUploadProgressChangedEvent that fires when the upload process makes progress. (Inherited from C1.Silverlight.Uploader.C1Uploader)
Top
See Also

Reference

C1UploaderPost Class
C1.Silverlight.Uploader Namespace

Send Feedback