1651bf2b900e70e3f792850b296cb8a4a1c9df22
[platform/core/csapi/tizenfx.git] / Artifacts / bin / Tizen.Content.Download.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Content.Download</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Content.Download.DownloadState">
8             <summary>
9             Enumeration for the download states.
10             </summary>
11             <since_tizen> 3 </since_tizen>
12         </member>
13         <member name="F:Tizen.Content.Download.DownloadState.None">
14             <summary>
15             Unhandled exception.
16             </summary>
17             <since_tizen> 3 </since_tizen>
18         </member>
19         <member name="F:Tizen.Content.Download.DownloadState.Ready">
20             <summary>
21             Ready to download.
22             </summary>
23             <since_tizen> 3 </since_tizen>
24         </member>
25         <member name="F:Tizen.Content.Download.DownloadState.Queued">
26             <summary>
27             Queued to start downloading.
28             </summary>
29             <since_tizen> 3 </since_tizen>
30         </member>
31         <member name="F:Tizen.Content.Download.DownloadState.Downloading">
32             <summary>
33             Currently downloading.
34             </summary>
35             <since_tizen> 3 </since_tizen>
36         </member>
37         <member name="F:Tizen.Content.Download.DownloadState.Paused">
38             <summary>
39             The download is paused and can be resumed.
40             </summary>
41             <since_tizen> 3 </since_tizen>
42         </member>
43         <member name="F:Tizen.Content.Download.DownloadState.Completed">
44             <summary>
45             The download is completed.
46             </summary>
47             <since_tizen> 3 </since_tizen>
48         </member>
49         <member name="F:Tizen.Content.Download.DownloadState.Failed">
50             <summary>
51             The download failed.
52             </summary>
53             <since_tizen> 3 </since_tizen>
54         </member>
55         <member name="F:Tizen.Content.Download.DownloadState.Canceled">
56             <summary>
57             A user canceled the download request.
58             </summary>
59             <since_tizen> 3 </since_tizen>
60         </member>
61         <member name="T:Tizen.Content.Download.NetworkType">
62             <summary>
63             Enumeration for the network types.
64             </summary>
65             <since_tizen> 3 </since_tizen>
66         </member>
67         <member name="F:Tizen.Content.Download.NetworkType.DataNetwork">
68             <summary>
69             The download is available through data network.
70             </summary>
71             <since_tizen> 3 </since_tizen>
72         </member>
73         <member name="F:Tizen.Content.Download.NetworkType.Wifi">
74             <summary>
75             The download is available through Wi-Fi.
76             </summary>
77             <since_tizen> 3 </since_tizen>
78         </member>
79         <member name="F:Tizen.Content.Download.NetworkType.WifiDirect">
80             <summary>
81             The download is available through Wi-Fi Direct.
82             </summary>
83             <since_tizen> 3 </since_tizen>
84         </member>
85         <member name="F:Tizen.Content.Download.NetworkType.All">
86             <summary>
87             The download is available either through data network or Wi-Fi.
88             </summary>
89             <since_tizen> 3 </since_tizen>
90         </member>
91         <member name="T:Tizen.Content.Download.NotificationType">
92             <summary>
93             Enumeration for the notification types.
94             </summary>
95             <since_tizen> 3 </since_tizen>
96         </member>
97         <member name="F:Tizen.Content.Download.NotificationType.None">
98             <summary>
99             Do not register notification.
100             </summary>
101             <since_tizen> 3 </since_tizen>
102         </member>
103         <member name="F:Tizen.Content.Download.NotificationType.CompleteOnly">
104             <summary>
105             Completion notification for success state and failed state.
106             </summary>
107             <since_tizen> 3 </since_tizen>
108         </member>
109         <member name="F:Tizen.Content.Download.NotificationType.All">
110             <summary>
111             All download notifications for ongoing state, success state, and failed state.
112             </summary>
113             <since_tizen> 3 </since_tizen>
114         </member>
115         <member name="T:Tizen.Content.Download.Notification">
116             <summary>
117             The Notification class consists of all the properties required to set notifications for the download operation.
118             </summary>
119             <since_tizen> 3 </since_tizen>
120         </member>
121         <member name="P:Tizen.Content.Download.Notification.Title">
122             <summary>
123             Title of the notification.
124             If a user tries to get before the setting, an empty string is returned.
125             </summary>
126             <since_tizen> 3 </since_tizen>
127             <privilege>http://tizen.org/privilege/download</privilege>
128             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
129             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
130             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
131         </member>
132         <member name="P:Tizen.Content.Download.Notification.Description">
133             <summary>
134             Description of the notification.
135             If a user tries to get before the setting, an empty string is returned.
136             </summary>
137             <since_tizen> 3 </since_tizen>
138             <privilege>http://tizen.org/privilege/download</privilege>
139             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
140             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
141             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
142         </member>
143         <member name="P:Tizen.Content.Download.Notification.Type">
144             <summary>
145             Type of the notification.
146             If a user tries to get before the setting, the default NotificationType none is returned.
147             </summary>
148             <since_tizen> 3 </since_tizen>
149             <privilege>http://tizen.org/privilege/download</privilege>
150             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
151             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
152             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
153         </member>
154         <member name="P:Tizen.Content.Download.Notification.AppControlOngoing">
155             <summary>
156             AppControl for an ongoing download notification.
157             If a user tries to get before the setting, null is returned.
158             </summary>
159             <since_tizen> 3 </since_tizen>
160             <privilege>http://tizen.org/privilege/download</privilege>
161             <remarks>
162             When the notification message is clicked, the action is decided by the application control.
163             </remarks>
164             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
165             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
166             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
167         </member>
168         <member name="P:Tizen.Content.Download.Notification.AppControlCompleted">
169             <summary>
170             AppControl for a completed download notification.
171             If a user tries to get before the setting, null is returned.
172             </summary>
173             <since_tizen> 3 </since_tizen>
174             <privilege>http://tizen.org/privilege/download</privilege>
175             <remarks>
176             When the notification message is clicked, the action is decided by the application control.
177             </remarks>
178             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
179             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
180             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
181         </member>
182         <member name="P:Tizen.Content.Download.Notification.AppControlFailed">
183             <summary>
184             AppControl for a failed download notification.
185             If a user tries to get before the setting, null is returned.
186             </summary>
187             <since_tizen> 3 </since_tizen>
188             <privilege>http://tizen.org/privilege/download</privilege>
189             <remarks>
190             When the notification message is clicked, the action is decided by the application control.
191             </remarks>
192             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
193             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
194             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
195         </member>
196         <member name="T:Tizen.Content.Download.ProgressChangedEventArgs">
197             <summary>
198             An extended EventArgs class which contains the size of received data in bytes.
199             </summary>
200             <since_tizen> 3 </since_tizen>
201         </member>
202         <member name="P:Tizen.Content.Download.ProgressChangedEventArgs.ReceivedDataSize">
203             <summary>
204             The received data size in bytes.
205             </summary>
206             <since_tizen> 3 </since_tizen>
207         </member>
208         <member name="T:Tizen.Content.Download.Request">
209             <summary>
210             The Request class provides the functions to create and manage a single download request.
211             </summary>
212             <since_tizen> 3 </since_tizen>
213         </member>
214         <member name="M:Tizen.Content.Download.Request.#ctor(System.String)">
215             <summary>
216             Creates a Request object.
217             </summary>
218             <since_tizen> 3 </since_tizen>
219             <param name="url">The URL to download.</param>
220             <privilege>http://tizen.org/privilege/download</privilege>
221             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
222             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
223             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
224         </member>
225         <member name="M:Tizen.Content.Download.Request.#ctor(System.String,System.String,System.String,Tizen.Content.Download.NetworkType)">
226             <summary>
227             Creates a Request object.
228             </summary>
229             <since_tizen> 3 </since_tizen>
230             <param name="url">The URL to download</param>
231             <param name="destinationPath">The directory path where downloaded file is stored.</param>
232             <param name="fileName">The name of the downloaded file.</param>
233             <param name="type">The network type which the download request must adhere to.</param>
234             <privilege>http://tizen.org/privilege/download</privilege>
235             <feature>http://tizen.org/feature/network.wifi</feature>
236             <feature>http://tizen.org/feature/network.wifi.direct</feature>
237             <feature>http://tizen.org/feature/network.telephony</feature>
238             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
239             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
240             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
241             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
242         </member>
243         <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})">
244             <summary>
245             Creates a Request object.
246             </summary>
247             <since_tizen> 3 </since_tizen>
248             <param name="url">The URL to download.</param>
249             <param name="destinationPath">The directory path where the downloaded file is stored.</param>
250             <param name="fileName">The name of the downloaded file.</param>
251             <param name="type">The network type which the download request must adhere to.</param>
252             <param name="httpHeaders">HTTP header fields for the download request.</param>
253             <privilege>http://tizen.org/privilege/download</privilege>
254             <feature>http://tizen.org/feature/network.wifi</feature>
255             <feature>http://tizen.org/feature/network.wifi.direct</feature>
256             <feature>http://tizen.org/feature/network.telephony</feature>
257             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
258             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
259             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
260             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
261         </member>
262         <member name="E:Tizen.Content.Download.Request.StateChanged">
263             <summary>
264             An event that occurs when the download state changes.
265             </summary>
266             <since_tizen> 3 </since_tizen>
267             <privilege>http://tizen.org/privilege/download</privilege>
268             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
269             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
270             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
271         </member>
272         <member name="E:Tizen.Content.Download.Request.ProgressChanged">
273             <summary>
274             An event that occurs when the download progress changes.
275             </summary>
276             <since_tizen> 3 </since_tizen>
277             <privilege>http://tizen.org/privilege/download</privilege>
278             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
279             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
280             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
281         </member>
282         <member name="P:Tizen.Content.Download.Request.DownloadedPath">
283             <summary>
284             The absolute path where the file will be downloaded.
285             If you try to get this property value before calling Start(), an empty string is returned.
286             </summary>
287             <since_tizen> 3 </since_tizen>
288             <privilege>http://tizen.org/privilege/download</privilege>
289             <remarks>
290             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.
291             </remarks>
292             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
293             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
294             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
295         </member>
296         <member name="P:Tizen.Content.Download.Request.MimeType">
297             <summary>
298             The MIME type of the downloaded content.
299             If you try to get this property value before calling Start(), an empty string is returned.
300             </summary>
301             <since_tizen> 3 </since_tizen>
302             <privilege>http://tizen.org/privilege/download</privilege>
303             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
304             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
305             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
306         </member>
307         <member name="P:Tizen.Content.Download.Request.State">
308             <summary>
309             The current state of the download.
310             </summary>
311             <since_tizen> 3 </since_tizen>
312             <privilege>http://tizen.org/privilege/download</privilege>
313             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
314             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
315             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
316         </member>
317         <member name="P:Tizen.Content.Download.Request.ContentName">
318             <summary>
319             The content name of the downloaded file.
320             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.
321             If you try to get this property value before calling Start(), an empty string is returned.
322             </summary>
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>
328         </member>
329         <member name="P:Tizen.Content.Download.Request.ContentSize">
330             <summary>
331             The total size of the downloaded content.
332             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.
333             If you try to get this property value before calling Start(), 0 is returned.
334             </summary>
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>
340         </member>
341         <member name="P:Tizen.Content.Download.Request.HttpStatus">
342             <summary>
343             The HTTP status code when a download exception occurs.
344             If you try to get this property value before calling Start(), 0 is returned.
345             </summary>
346             <since_tizen> 3 </since_tizen>
347             <privilege>http://tizen.org/privilege/download</privilege>
348             <remarks>
349             The state of the download request must be DownlodState.Failed.
350             </remarks>
351             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
352             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
353             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
354         </member>
355         <member name="P:Tizen.Content.Download.Request.ETagValue">
356             <summary>
357             The ETag value from the HTTP response header when making a HTTP request for resume.
358             If you try to get this property value before calling Start() or if any other error occurs, an empty string is returned.
359             </summary>
360             <since_tizen> 3 </since_tizen>
361             <privilege>http://tizen.org/privilege/download</privilege>
362             <remarks>
363             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.
364             After the download is started, it can get the ETag value.
365             </remarks>
366             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
367             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation</exception>
368             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
369         </member>
370         <member name="P:Tizen.Content.Download.Request.NotificationProperties">
371             <summary>
372             Contains properties required for creating download notifications.
373             </summary>
374             <since_tizen> 3 </since_tizen>
375             <remarks>
376             When the notification message is clicked, the action taken by the system is decided by the application control properties of the NotificationProperties instance.
377             If the app control is not set, the following default operation is executed when the notification message is clicked:
378              1) The download completed state - the viewer application is executed according to the extension name of the downloaded content.
379              2) The download failed state and ongoing state - the client application is executed.
380             This property should be set before calling Start().
381             </remarks>
382         </member>
383         <member name="P:Tizen.Content.Download.Request.TemporaryPath">
384             <summary>
385             The full path of the temporary file stores the downloaded content.
386             </summary>
387             <since_tizen> 3 </since_tizen>
388             <privilege>http://tizen.org/privilege/download</privilege>
389             <remarks>
390             The download state must be one of the states after downloading.
391             </remarks>
392             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
393             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
394             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
395         </member>
396         <member name="P:Tizen.Content.Download.Request.Url">
397             <summary>
398             The URL to download.
399             </summary>
400             <since_tizen> 3 </since_tizen>
401             <privilege>http://tizen.org/privilege/download</privilege>
402             <remarks>
403             Should be set before calling Start().
404             If you try to get this property value before setting or if any other error occurs, an empty string is returned.
405             </remarks>
406             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
407             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
408             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
409         </member>
410         <member name="P:Tizen.Content.Download.Request.AllowedNetworkType">
411             <summary>
412             The allowed network type for downloading the file.
413             The file will be downloaded only under the allowed network.
414             If you try to get this property value before setting or if any other error occurs, the default value NetworkType All is returned.
415             </summary>
416             <since_tizen> 3 </since_tizen>
417             <privilege>http://tizen.org/privilege/download</privilege>
418             <feature>http://tizen.org/feature/network.wifi</feature>
419             <feature>http://tizen.org/feature/network.wifi.direct</feature>
420             <feature>http://tizen.org/feature/network.telephony</feature>
421             <remarks>
422             Should be set before calling Start().
423             </remarks>
424             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
425             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
426             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
427             <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
428         </member>
429         <member name="P:Tizen.Content.Download.Request.DestinationPath">
430             <summary>
431             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.
432             If you try to get this property value before setting or if any other error occurs, an empty string is returned.
433             </summary>
434             <since_tizen> 3 </since_tizen>
435             <privilege>http://tizen.org/privilege/download</privilege>
436             <remarks>
437             Should be set before calling Start().
438             </remarks>
439             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
440             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
441             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
442         </member>
443         <member name="P:Tizen.Content.Download.Request.FileName">
444             <summary>
445             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.
446             If you try to get this property value before setting or if any other error occurs, an empty string is returned.
447             </summary>
448             <since_tizen> 3 </since_tizen>
449             <privilege>http://tizen.org/privilege/download</privilege>
450             <remarks>
451             Should be set before calling Start().
452             </remarks>
453             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
454             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
455             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
456         </member>
457         <member name="P:Tizen.Content.Download.Request.AutoDownload">
458             <summary>
459             Enables or disables auto download.
460             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.
461             If you try to get this property value before setting, the default value false is returned.
462             </summary>
463             <since_tizen> 3 </since_tizen>
464             <privilege>http://tizen.org/privilege/download</privilege>
465             <remarks>
466             The default value is false.
467             </remarks>
468             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
469             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
470             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
471         </member>
472         <member name="P:Tizen.Content.Download.Request.HttpHeaders">
473             <summary>
474             The HTTP header field and value pairs to the download request.
475             The HTTP header &lt;field,value&gt; pair is the &lt;key,value&gt; pair in the dictionary HttpHeaders.
476             The given HTTP header field will be included with the HTTP request of the download request.
477             If you try to get this property value before setting, an empty dictionary is returned.
478             </summary>
479             <since_tizen> 3 </since_tizen>
480             <remarks>
481             HTTP header fields should be set before calling Start().
482             HTTP header fields can be removed before calling Start().
483             </remarks>
484         </member>
485         <member name="M:Tizen.Content.Download.Request.SetTemporaryFilePath(System.String)">
486             <summary>
487             Sets the directory path of a temporary file used in a previous download request.
488             This is only useful when resuming download to make the HTTP request header at the client side. Otherwise, the path is ignored.
489             </summary>
490             <since_tizen> 3 </since_tizen>
491             <privilege>http://tizen.org/privilege/download</privilege>
492             <remarks>
493             If the ETag value is not present in the download database, it is not useful to set the temporary file path.
494             When resuming the download request, the data is attached at the end of this temporary file.
495             </remarks>
496             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
497             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
498             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
499         </member>
500         <member name="M:Tizen.Content.Download.Request.Start">
501             <summary>
502             Starts or resumes the download.
503             Starts to download the current URL, or resumes the download if paused.
504             </summary>
505             <since_tizen> 3 </since_tizen>
506             <privilege>http://tizen.org/privilege/download</privilege>
507             <remarks>
508             The URL is the mandatory information to start the download.
509             </remarks>
510             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
511             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
512             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
513         </member>
514         <member name="M:Tizen.Content.Download.Request.Pause">
515             <summary>
516             Pauses the download request.
517             </summary>
518             <since_tizen> 3 </since_tizen>
519             <privilege>http://tizen.org/privilege/download</privilege>
520             <remarks>
521             The paused download request can be restarted with Start() or canceled with Cancel().
522             </remarks>
523             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
524             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
525             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
526         </member>
527         <member name="M:Tizen.Content.Download.Request.Cancel">
528             <summary>
529             Cancels the download request.
530             </summary>
531             <since_tizen> 3 </since_tizen>
532             <privilege>http://tizen.org/privilege/download</privilege>
533             <remarks>
534             The canceled download can be restarted with Start().
535             </remarks>
536             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
537             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
538             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
539         </member>
540         <member name="M:Tizen.Content.Download.Request.Dispose">
541             <summary>
542             Releases all the resources used by the Request class.
543             </summary>
544             <since_tizen> 3 </since_tizen>
545             <privilege>http://tizen.org/privilege/download</privilege>
546             <remarks>
547             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.
548             </remarks>
549             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
550             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
551             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
552         </member>
553         <member name="M:Tizen.Content.Download.Request.Dispose(System.Boolean)">
554             <summary>
555             Deletes the corresponding download request.
556             </summary>
557             <since_tizen> 3 </since_tizen>
558             <privilege>http://tizen.org/privilege/download</privilege>
559             <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
560             <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
561             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
562         </member>
563         <member name="T:Tizen.Content.Download.StateChangedEventArgs">
564             <summary>
565             An extended EventArgs class which contains the changed download state.
566             </summary>
567             <since_tizen> 3 </since_tizen>
568         </member>
569         <member name="P:Tizen.Content.Download.StateChangedEventArgs.State">
570             <summary>
571             The present download state.
572             </summary>
573             <since_tizen> 3 </since_tizen>
574         </member>
575     </members>
576 </doc>