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