C1.Silverlight.Uploader Namespace : UploadManagerSettingsWebService Class |
For a list of all members of this type, see UploadManagerSettingsWebService members.
Name | Description | |
---|---|---|
Address | Gets or sets the address of the service that will receive the upload (Inherited from C1.Silverlight.Uploader.UploadManagerSettings) | |
MethodManyFiles | Gets or sets the name of the WebMethod which receives the upload. | |
MethodOneFile | Gets or sets the name of the WebMethod which receives the upload. | |
Namespace | Gets or sets the namespace of the WebService which receive the upload. | |
ParamFileData | Gets or sets the name of the parameter that receives the data of the part. | |
ParamFileName | Gets or sets the name of the parameter that receives the name of the part. | |
ParamFiles | Gets or sets the name of the parameter that receives the list of files. | |
ParamParameters | Gets or sets the name of the parameter that receives optional parameters specified in the Uploader component. | |
ParamPartCount | Gets or sets the name of the parameter that receives the number of parts. | |
ParamPartNumber | Gets or sets the name of the parameter that receives the index of the part. |