4 <name>Tizen.Content.Download</name>
7 <member name="T:Tizen.Content.Download.DownloadState">
9 Enumeration for the download states.
11 <since_tizen> 3 </since_tizen>
13 <member name="F:Tizen.Content.Download.DownloadState.None">
17 <since_tizen> 3 </since_tizen>
19 <member name="F:Tizen.Content.Download.DownloadState.Ready">
23 <since_tizen> 3 </since_tizen>
25 <member name="F:Tizen.Content.Download.DownloadState.Queued">
27 Queued to start downloading.
29 <since_tizen> 3 </since_tizen>
31 <member name="F:Tizen.Content.Download.DownloadState.Downloading">
33 Currently downloading.
35 <since_tizen> 3 </since_tizen>
37 <member name="F:Tizen.Content.Download.DownloadState.Paused">
39 The download is paused and can be resumed.
41 <since_tizen> 3 </since_tizen>
43 <member name="F:Tizen.Content.Download.DownloadState.Completed">
45 The download is completed.
47 <since_tizen> 3 </since_tizen>
49 <member name="F:Tizen.Content.Download.DownloadState.Failed">
53 <since_tizen> 3 </since_tizen>
55 <member name="F:Tizen.Content.Download.DownloadState.Canceled">
57 A user canceled the download request.
59 <since_tizen> 3 </since_tizen>
61 <member name="T:Tizen.Content.Download.NetworkType">
63 Enumeration for the network types.
65 <since_tizen> 3 </since_tizen>
67 <member name="F:Tizen.Content.Download.NetworkType.DataNetwork">
69 The download is available through data network.
71 <since_tizen> 3 </since_tizen>
73 <member name="F:Tizen.Content.Download.NetworkType.Wifi">
75 The download is available through Wi-Fi.
77 <since_tizen> 3 </since_tizen>
79 <member name="F:Tizen.Content.Download.NetworkType.WifiDirect">
81 The download is available through Wi-Fi Direct.
83 <since_tizen> 3 </since_tizen>
85 <member name="F:Tizen.Content.Download.NetworkType.All">
87 The download is available either through data network or Wi-Fi.
89 <since_tizen> 3 </since_tizen>
91 <member name="T:Tizen.Content.Download.NotificationType">
93 Enumeration for the notification types.
95 <since_tizen> 3 </since_tizen>
97 <member name="F:Tizen.Content.Download.NotificationType.None">
99 Do not register notification.
101 <since_tizen> 3 </since_tizen>
103 <member name="F:Tizen.Content.Download.NotificationType.CompleteOnly">
105 Completion notification for success state and failed state.
107 <since_tizen> 3 </since_tizen>
109 <member name="F:Tizen.Content.Download.NotificationType.All">
111 All download notifications for ongoing state, success state, and failed state.
113 <since_tizen> 3 </since_tizen>
115 <member name="T:Tizen.Content.Download.Notification">
117 The Notification class consists of all the properties required to set notifications for the download operation.
119 <since_tizen> 3 </since_tizen>
121 <member name="P:Tizen.Content.Download.Notification.Title">
123 Title of the notification.
124 If a user tries to get before the setting, an empty string is returned.
126 <since_tizen> 3 </since_tizen>
127 <privilege>http://tizen.org/privilege/download</privilege>
128 <feature>http://tizen.org/feature/download</feature>
129 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
130 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
131 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
132 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
134 <member name="P:Tizen.Content.Download.Notification.Description">
136 Description of the notification.
137 If a user tries to get before the setting, an empty string is returned.
139 <since_tizen> 3 </since_tizen>
140 <privilege>http://tizen.org/privilege/download</privilege>
141 <feature>http://tizen.org/feature/download</feature>
142 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
143 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
144 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
145 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
147 <member name="P:Tizen.Content.Download.Notification.Type">
149 Type of the notification.
150 If a user tries to get before the setting, the default NotificationType none is returned.
152 <since_tizen> 3 </since_tizen>
153 <privilege>http://tizen.org/privilege/download</privilege>
154 <feature>http://tizen.org/feature/download</feature>
155 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
156 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
157 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
158 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
160 <member name="P:Tizen.Content.Download.Notification.AppControlOngoing">
162 AppControl for an ongoing download notification.
163 If a user tries to get before the setting, null is returned.
165 <since_tizen> 3 </since_tizen>
166 <privilege>http://tizen.org/privilege/download</privilege>
167 <feature>http://tizen.org/feature/download</feature>
169 When the notification message is clicked, the action is decided by the application control.
171 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
172 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
173 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
174 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
176 <member name="P:Tizen.Content.Download.Notification.AppControlCompleted">
178 AppControl for a completed download notification.
179 If a user tries to get before the setting, null is returned.
181 <since_tizen> 3 </since_tizen>
182 <privilege>http://tizen.org/privilege/download</privilege>
183 <feature>http://tizen.org/feature/download</feature>
185 When the notification message is clicked, the action is decided by the application control.
187 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
188 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
189 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
190 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
192 <member name="P:Tizen.Content.Download.Notification.AppControlFailed">
194 AppControl for a failed download notification.
195 If a user tries to get before the setting, null is returned.
197 <since_tizen> 3 </since_tizen>
198 <privilege>http://tizen.org/privilege/download</privilege>
199 <feature>http://tizen.org/feature/download</feature>
201 When the notification message is clicked, the action is decided by the application control.
203 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
204 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
205 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
206 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
208 <member name="T:Tizen.Content.Download.ProgressChangedEventArgs">
210 An extended EventArgs class which contains the size of received data in bytes.
212 <since_tizen> 3 </since_tizen>
214 <member name="P:Tizen.Content.Download.ProgressChangedEventArgs.ReceivedDataSize">
216 The received data size in bytes.
218 <since_tizen> 3 </since_tizen>
220 <member name="T:Tizen.Content.Download.Request">
222 The Request class provides the functions to create and manage a single download request.
224 <since_tizen> 3 </since_tizen>
226 <member name="M:Tizen.Content.Download.Request.#ctor(System.String)">
228 Creates a Request object.
230 <since_tizen> 3 </since_tizen>
231 <param name="url">The URL to download.</param>
232 <privilege>http://tizen.org/privilege/download</privilege>
233 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
234 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
235 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
237 <member name="M:Tizen.Content.Download.Request.#ctor(System.String,System.String,System.String,Tizen.Content.Download.NetworkType)">
239 Creates a Request object.
241 <since_tizen> 3 </since_tizen>
242 <param name="url">The URL to download</param>
243 <param name="destinationPath">The directory path where downloaded file is stored.</param>
244 <param name="fileName">The name of the downloaded file.</param>
245 <param name="type">The network type which the download request must adhere to.</param>
246 <privilege>http://tizen.org/privilege/download</privilege>
247 <feature>http://tizen.org/feature/network.wifi</feature>
248 <feature>http://tizen.org/feature/network.wifi.direct</feature>
249 <feature>http://tizen.org/feature/network.telephony</feature>
250 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
251 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
252 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
253 <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
255 <member name="M:Tizen.Content.Download.Request.#ctor(System.String,System.String,System.String,Tizen.Content.Download.NetworkType,System.Collections.Generic.IDictionary{System.String,System.String})">
257 Creates a Request object.
259 <since_tizen> 3 </since_tizen>
260 <param name="url">The URL to download.</param>
261 <param name="destinationPath">The directory path where the downloaded file is stored.</param>
262 <param name="fileName">The name of the downloaded file.</param>
263 <param name="type">The network type which the download request must adhere to.</param>
264 <param name="httpHeaders">HTTP header fields for the download request.</param>
265 <privilege>http://tizen.org/privilege/download</privilege>
266 <feature>http://tizen.org/feature/network.wifi</feature>
267 <feature>http://tizen.org/feature/network.wifi.direct</feature>
268 <feature>http://tizen.org/feature/network.telephony</feature>
269 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
270 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
271 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
272 <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
274 <member name="E:Tizen.Content.Download.Request.StateChanged">
276 An event that occurs when the download state changes.
278 <since_tizen> 3 </since_tizen>
279 <privilege>http://tizen.org/privilege/download</privilege>
280 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
281 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
282 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
284 <member name="E:Tizen.Content.Download.Request.ProgressChanged">
286 An event that occurs when the download progress changes.
288 <since_tizen> 3 </since_tizen>
289 <privilege>http://tizen.org/privilege/download</privilege>
290 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
291 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
292 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
294 <member name="P:Tizen.Content.Download.Request.DownloadedPath">
296 The absolute path where the file will be downloaded.
297 If you try to get this property value before calling Start(), an empty string is returned.
299 <since_tizen> 3 </since_tizen>
300 <privilege>http://tizen.org/privilege/download</privilege>
302 Returns an empty string if the download is not completed or if a state has not yet changed to completed or if any other error occurs.
304 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
305 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
306 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
308 <member name="P:Tizen.Content.Download.Request.MimeType">
310 The MIME type of the downloaded content.
311 If you try to get this property value before calling Start(), an empty string is returned.
313 <since_tizen> 3 </since_tizen>
314 <privilege>http://tizen.org/privilege/download</privilege>
315 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
316 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
317 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
319 <member name="P:Tizen.Content.Download.Request.State">
321 The current state of the download.
323 <since_tizen> 3 </since_tizen>
324 <privilege>http://tizen.org/privilege/download</privilege>
325 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
326 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
327 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
329 <member name="P:Tizen.Content.Download.Request.ContentName">
331 The content name of the downloaded file.
332 This can be defined with reference of the HTTP response header data. The content name can be received when the HTTP response header is received.
333 If you try to get this property value before calling Start(), an empty string is returned.
335 <since_tizen> 3 </since_tizen>
336 <privilege>http://tizen.org/privilege/download</privilege>
337 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
338 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
339 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
341 <member name="P:Tizen.Content.Download.Request.ContentSize">
343 The total size of the downloaded content.
344 This information is received from the server. If the server does not send the total size of the content, the content size is set to zero.
345 If you try to get this property value before calling Start(), 0 is returned.
347 <since_tizen> 3 </since_tizen>
348 <privilege>http://tizen.org/privilege/download</privilege>
349 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
350 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
351 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
353 <member name="P:Tizen.Content.Download.Request.HttpStatus">
355 The HTTP status code when a download exception occurs.
356 If you try to get this property value before calling Start(), 0 is returned.
358 <since_tizen> 3 </since_tizen>
359 <privilege>http://tizen.org/privilege/download</privilege>
361 The state of the download request must be DownlodState.Failed.
363 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
364 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
365 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
367 <member name="P:Tizen.Content.Download.Request.ETagValue">
369 The ETag value from the HTTP response header when making a HTTP request for resume.
370 If you try to get this property value before calling Start() or if any other error occurs, an empty string is returned.
372 <since_tizen> 3 </since_tizen>
373 <privilege>http://tizen.org/privilege/download</privilege>
375 The ETag value is either available or not dependent on the web server. If not available, then, on getting the property, a null value is returned.
376 After the download is started, it can get the ETag value.
378 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
379 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation</exception>
380 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
382 <member name="P:Tizen.Content.Download.Request.NotificationProperties">
384 Contains properties required for creating download notifications.
386 <since_tizen> 3 </since_tizen>
388 When the notification message is clicked, the action taken by the system is decided by the application control properties of the NotificationProperties instance.
389 If the app control is not set, the following default operation is executed when the notification message is clicked:
390 1) The download completed state - the viewer application is executed according to the extension name of the downloaded content.
391 2) The download failed state and ongoing state - the client application is executed.
392 This property should be set before calling Start().
395 <member name="P:Tizen.Content.Download.Request.TemporaryPath">
397 The full path of the temporary file stores the downloaded content.
399 <since_tizen> 3 </since_tizen>
400 <privilege>http://tizen.org/privilege/download</privilege>
402 The download state must be one of the states after downloading.
404 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
405 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
406 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
408 <member name="P:Tizen.Content.Download.Request.Url">
412 <since_tizen> 3 </since_tizen>
413 <privilege>http://tizen.org/privilege/download</privilege>
415 Should be set before calling Start().
416 If you try to get this property value before setting or if any other error occurs, an empty string is returned.
418 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
419 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
420 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
422 <member name="P:Tizen.Content.Download.Request.AllowedNetworkType">
424 The allowed network type for downloading the file.
425 The file will be downloaded only under the allowed network.
426 If you try to get this property value before setting or if any other error occurs, the default value NetworkType All is returned.
428 <since_tizen> 3 </since_tizen>
429 <privilege>http://tizen.org/privilege/download</privilege>
430 <feature>http://tizen.org/feature/network.wifi</feature>
431 <feature>http://tizen.org/feature/network.wifi.direct</feature>
432 <feature>http://tizen.org/feature/network.telephony</feature>
434 Should be set before calling Start().
436 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
437 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
438 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
439 <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
441 <member name="P:Tizen.Content.Download.Request.DestinationPath">
443 The file will be downloaded to the set the destination file path. The downloaded file is saved to an auto-generated file name in the destination. If the destination is not specified, the file will be downloaded to the default storage.
444 If you try to get this property value before setting or if any other error occurs, an empty string is returned.
446 <since_tizen> 3 </since_tizen>
447 <privilege>http://tizen.org/privilege/download</privilege>
449 Should be set before calling Start().
451 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
452 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
453 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
455 <member name="P:Tizen.Content.Download.Request.FileName">
457 The file will be saved in the specified destination or the default storage with the set file name. If the file name is not specified, the downloaded file will be saved with an auto-generated file name in the destination.
458 If you try to get this property value before setting or if any other error occurs, an empty string is returned.
460 <since_tizen> 3 </since_tizen>
461 <privilege>http://tizen.org/privilege/download</privilege>
463 Should be set before calling Start().
465 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
466 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
467 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
469 <member name="P:Tizen.Content.Download.Request.AutoDownload">
471 Enables or disables auto download.
472 If this option is enabled, the previous downloading item is restarted automatically as soon as the download daemon is restarted. The download progress continues after the client process is terminated.
473 If you try to get this property value before setting, the default value false is returned.
475 <since_tizen> 3 </since_tizen>
476 <privilege>http://tizen.org/privilege/download</privilege>
478 The default value is false.
480 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
481 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
482 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
484 <member name="P:Tizen.Content.Download.Request.HttpHeaders">
486 The HTTP header field and value pairs to the download request.
487 The HTTP header <field,value> pair is the <key,value> pair in the dictionary HttpHeaders.
488 The given HTTP header field will be included with the HTTP request of the download request.
489 If you try to get this property value before setting, an empty dictionary is returned.
491 <since_tizen> 3 </since_tizen>
493 HTTP header fields should be set before calling Start().
494 HTTP header fields can be removed before calling Start().
497 <member name="M:Tizen.Content.Download.Request.SetTemporaryFilePath(System.String)">
499 Sets the directory path of a temporary file used in a previous download request.
500 This is only useful when resuming download to make the HTTP request header at the client side. Otherwise, the path is ignored.
502 <since_tizen> 3 </since_tizen>
503 <privilege>http://tizen.org/privilege/download</privilege>
505 If the ETag value is not present in the download database, it is not useful to set the temporary file path.
506 When resuming the download request, the data is attached at the end of this temporary file.
508 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
509 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
510 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
512 <member name="M:Tizen.Content.Download.Request.Start">
514 Starts or resumes the download.
515 Starts to download the current URL, or resumes the download if paused.
517 <since_tizen> 3 </since_tizen>
518 <privilege>http://tizen.org/privilege/download</privilege>
520 The URL is the mandatory information to start the download.
522 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
523 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
524 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
526 <member name="M:Tizen.Content.Download.Request.Pause">
528 Pauses the download request.
530 <since_tizen> 3 </since_tizen>
531 <privilege>http://tizen.org/privilege/download</privilege>
533 The paused download request can be restarted with Start() or canceled with Cancel().
535 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
536 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
537 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
539 <member name="M:Tizen.Content.Download.Request.Cancel">
541 Cancels the download request.
543 <since_tizen> 3 </since_tizen>
544 <privilege>http://tizen.org/privilege/download</privilege>
546 The canceled download can be restarted with Start().
548 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
549 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
550 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
552 <member name="M:Tizen.Content.Download.Request.Dispose">
554 Releases all the resources used by the Request class.
556 <since_tizen> 3 </since_tizen>
557 <privilege>http://tizen.org/privilege/download</privilege>
559 After calling this method, the download request related data exists in the download database for a certain period of time. Within that time, it is possible to use other APIs with this data.
561 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
562 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
563 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
565 <member name="M:Tizen.Content.Download.Request.Dispose(System.Boolean)">
567 Deletes the corresponding download request.
569 <since_tizen> 3 </since_tizen>
570 <privilege>http://tizen.org/privilege/download</privilege>
571 <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
572 <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
573 <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
575 <member name="T:Tizen.Content.Download.StateChangedEventArgs">
577 An extended EventArgs class which contains the changed download state.
579 <since_tizen> 3 </since_tizen>
581 <member name="P:Tizen.Content.Download.StateChangedEventArgs.State">
583 The present download state.
585 <since_tizen> 3 </since_tizen>