Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Content.Download.xml
index 55a7865..6d90e39 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Content.Download</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Content.Download.DownloadState">
-            <summary>
-            Enumeration for the download states.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.None">
-            <summary>
-            Unhandled exception.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Ready">
-            <summary>
-            Ready to download.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Queued">
-            <summary>
-            Queued to start downloading.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Downloading">
-            <summary>
-            Currently downloading.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Paused">
-            <summary>
-            The download is paused and can be resumed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Completed">
-            <summary>
-            The download is completed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Failed">
-            <summary>
-            The download failed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.DownloadState.Canceled">
-            <summary>
-            A user canceled the download request.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Content.Download.NetworkType">
-            <summary>
-            Enumeration for the network types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NetworkType.DataNetwork">
-            <summary>
-            The download is available through data network.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NetworkType.Wifi">
-            <summary>
-            The download is available through Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NetworkType.WifiDirect">
-            <summary>
-            The download is available through Wi-Fi Direct.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NetworkType.All">
-            <summary>
-            The download is available either through data network or Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Content.Download.NotificationType">
-            <summary>
-            Enumeration for the notification types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NotificationType.None">
-            <summary>
-            Do not register notification.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NotificationType.CompleteOnly">
-            <summary>
-            Completion notification for success state and failed state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Content.Download.NotificationType.All">
-            <summary>
-            All download notifications for ongoing state, success state, and failed state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Content.Download.Notification">
-            <summary>
-            The Notification class consists of all the properties required to set notifications for the download operation.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.Title">
-            <summary>
-            Title of the notification.
-            If a user tries to get before the setting, an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.Description">
-            <summary>
-            Description of the notification.
-            If a user tries to get before the setting, an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.Type">
-            <summary>
-            Type of the notification.
-            If a user tries to get before the setting, the default NotificationType none is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.AppControlOngoing">
-            <summary>
-            AppControl for an ongoing download notification.
-            If a user tries to get before the setting, null is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <remarks>
-            When the notification message is clicked, the action is decided by the application control.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.AppControlCompleted">
-            <summary>
-            AppControl for a completed download notification.
-            If a user tries to get before the setting, null is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <remarks>
-            When the notification message is clicked, the action is decided by the application control.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Notification.AppControlFailed">
-            <summary>
-            AppControl for a failed download notification.
-            If a user tries to get before the setting, null is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/download</feature>
-            <remarks>
-            When the notification message is clicked, the action is decided by the application control.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="T:Tizen.Content.Download.ProgressChangedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the size of received data in bytes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Content.Download.ProgressChangedEventArgs.ReceivedDataSize">
-            <summary>
-            The received data size in bytes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Content.Download.Request">
-            <summary>
-            The Request class provides the functions to create and manage a single download request.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.#ctor(System.String)">
-            <summary>
-            Creates a Request object.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="url">The URL to download.</param>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.#ctor(System.String,System.String,System.String,Tizen.Content.Download.NetworkType)">
-            <summary>
-            Creates a Request object.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="url">The URL to download</param>
-            <param name="destinationPath">The directory path where downloaded file is stored.</param>
-            <param name="fileName">The name of the downloaded file.</param>
-            <param name="type">The network type which the download request must adhere to.</param>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <feature>http://tizen.org/feature/network.wifi.direct</feature>
-            <feature>http://tizen.org/feature/network.telephony</feature>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-        </member>
-        <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})">
-            <summary>
-            Creates a Request object.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="url">The URL to download.</param>
-            <param name="destinationPath">The directory path where the downloaded file is stored.</param>
-            <param name="fileName">The name of the downloaded file.</param>
-            <param name="type">The network type which the download request must adhere to.</param>
-            <param name="httpHeaders">HTTP header fields for the download request.</param>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <feature>http://tizen.org/feature/network.wifi.direct</feature>
-            <feature>http://tizen.org/feature/network.telephony</feature>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-        </member>
-        <member name="E:Tizen.Content.Download.Request.StateChanged">
-            <summary>
-            An event that occurs when the download state changes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="E:Tizen.Content.Download.Request.ProgressChanged">
-            <summary>
-            An event that occurs when the download progress changes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.DownloadedPath">
-            <summary>
-            The absolute path where the file will be downloaded.
-            If you try to get this property value before calling Start(), an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            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.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.MimeType">
-            <summary>
-            The MIME type of the downloaded content.
-            If you try to get this property value before calling Start(), an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.State">
-            <summary>
-            The current state of the download.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.ContentName">
-            <summary>
-            The content name of the downloaded file.
-            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.
-            If you try to get this property value before calling Start(), an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.ContentSize">
-            <summary>
-            The total size of the downloaded content.
-            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.
-            If you try to get this property value before calling Start(), 0 is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.HttpStatus">
-            <summary>
-            The HTTP status code when a download exception occurs.
-            If you try to get this property value before calling Start(), 0 is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The state of the download request must be DownlodState.Failed.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.ETagValue">
-            <summary>
-            The ETag value from the HTTP response header when making a HTTP request for resume.
-            If you try to get this property value before calling Start() or if any other error occurs, an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            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.
-            After the download is started, it can get the ETag value.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.NotificationProperties">
-            <summary>
-            Contains properties required for creating download notifications.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <remarks>
-            When the notification message is clicked, the action taken by the system is decided by the application control properties of the NotificationProperties instance.
-            If the app control is not set, the following default operation is executed when the notification message is clicked:
-             1) The download completed state - the viewer application is executed according to the extension name of the downloaded content.
-             2) The download failed state and ongoing state - the client application is executed.
-            This property should be set before calling Start().
-            </remarks>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.TemporaryPath">
-            <summary>
-            The full path of the temporary file stores the downloaded content.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The download state must be one of the states after downloading.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.Url">
-            <summary>
-            The URL to download.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            Should be set before calling Start().
-            If you try to get this property value before setting or if any other error occurs, an empty string is returned.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.AllowedNetworkType">
-            <summary>
-            The allowed network type for downloading the file.
-            The file will be downloaded only under the allowed network.
-            If you try to get this property value before setting or if any other error occurs, the default value NetworkType All is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <feature>http://tizen.org/feature/network.wifi.direct</feature>
-            <feature>http://tizen.org/feature/network.telephony</feature>
-            <remarks>
-            Should be set before calling Start().
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.DestinationPath">
-            <summary>
-            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.
-            If you try to get this property value before setting or if any other error occurs, an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            Should be set before calling Start().
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.FileName">
-            <summary>
-            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.
-            If you try to get this property value before setting or if any other error occurs, an empty string is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            Should be set before calling Start().
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.AutoDownload">
-            <summary>
-            Enables or disables auto download.
-            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.
-            If you try to get this property value before setting, the default value false is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The default value is false.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="P:Tizen.Content.Download.Request.HttpHeaders">
-            <summary>
-            The HTTP header field and value pairs to the download request.
-            The HTTP header &lt;field,value&gt; pair is the &lt;key,value&gt; pair in the dictionary HttpHeaders.
-            The given HTTP header field will be included with the HTTP request of the download request.
-            If you try to get this property value before setting, an empty dictionary is returned.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <remarks>
-            HTTP header fields should be set before calling Start().
-            HTTP header fields can be removed before calling Start().
-            </remarks>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.SetTemporaryFilePath(System.String)">
-            <summary>
-            Sets the directory path of a temporary file used in a previous download request.
-            This is only useful when resuming download to make the HTTP request header at the client side. Otherwise, the path is ignored.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            If the ETag value is not present in the download database, it is not useful to set the temporary file path.
-            When resuming the download request, the data is attached at the end of this temporary file.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.Start">
-            <summary>
-            Starts or resumes the download.
-            Starts to download the current URL, or resumes the download if paused.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The URL is the mandatory information to start the download.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.Pause">
-            <summary>
-            Pauses the download request.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The paused download request can be restarted with Start() or canceled with Cancel().
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.Cancel">
-            <summary>
-            Cancels the download request.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            The canceled download can be restarted with Start().
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.Dispose">
-            <summary>
-            Releases all the resources used by the Request class.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <remarks>
-            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.
-            </remarks>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Content.Download.Request.Dispose(System.Boolean)">
-            <summary>
-            Deletes the corresponding download request.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/download</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="T:Tizen.Content.Download.StateChangedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the changed download state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Content.Download.StateChangedEventArgs.State">
-            <summary>
-            The present download state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Content.Download</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Content.Download.DownloadState">\r
+            <summary>\r
+            Enumeration for the download states.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.None">\r
+            <summary>\r
+            Unhandled exception.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Ready">\r
+            <summary>\r
+            Ready to download.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Queued">\r
+            <summary>\r
+            Queued to start downloading.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Downloading">\r
+            <summary>\r
+            Currently downloading.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Paused">\r
+            <summary>\r
+            The download is paused and can be resumed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Completed">\r
+            <summary>\r
+            The download is completed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Failed">\r
+            <summary>\r
+            The download failed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.DownloadState.Canceled">\r
+            <summary>\r
+            A user canceled the download request.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.NetworkType">\r
+            <summary>\r
+            Enumeration for the network types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NetworkType.DataNetwork">\r
+            <summary>\r
+            The download is available through data network.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NetworkType.Wifi">\r
+            <summary>\r
+            The download is available through Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NetworkType.WifiDirect">\r
+            <summary>\r
+            The download is available through Wi-Fi Direct.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NetworkType.All">\r
+            <summary>\r
+            The download is available either through data network or Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.NotificationType">\r
+            <summary>\r
+            Enumeration for the notification types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NotificationType.None">\r
+            <summary>\r
+            Do not register notification.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NotificationType.CompleteOnly">\r
+            <summary>\r
+            Completion notification for success state and failed state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Content.Download.NotificationType.All">\r
+            <summary>\r
+            All download notifications for ongoing state, success state, and failed state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.Notification">\r
+            <summary>\r
+            The Notification class consists of all the properties required to set notifications for the download operation.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.Title">\r
+            <summary>\r
+            Title of the notification.\r
+            If a user tries to get before the setting, an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.Description">\r
+            <summary>\r
+            Description of the notification.\r
+            If a user tries to get before the setting, an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.Type">\r
+            <summary>\r
+            Type of the notification.\r
+            If a user tries to get before the setting, the default NotificationType none is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.AppControlOngoing">\r
+            <summary>\r
+            AppControl for an ongoing download notification.\r
+            If a user tries to get before the setting, null is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <remarks>\r
+            When the notification message is clicked, the action is decided by the application control.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.AppControlCompleted">\r
+            <summary>\r
+            AppControl for a completed download notification.\r
+            If a user tries to get before the setting, null is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <remarks>\r
+            When the notification message is clicked, the action is decided by the application control.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Notification.AppControlFailed">\r
+            <summary>\r
+            AppControl for a failed download notification.\r
+            If a user tries to get before the setting, null is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/download</feature>\r
+            <remarks>\r
+            When the notification message is clicked, the action is decided by the application control.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.ProgressChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the size of received data in bytes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.ProgressChangedEventArgs.ReceivedDataSize">\r
+            <summary>\r
+            The received data size in bytes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.Request">\r
+            <summary>\r
+            The Request class provides the functions to create and manage a single download request.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.#ctor(System.String)">\r
+            <summary>\r
+            Creates a Request object.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="url">The URL to download.</param>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.#ctor(System.String,System.String,System.String,Tizen.Content.Download.NetworkType)">\r
+            <summary>\r
+            Creates a Request object.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="url">The URL to download</param>\r
+            <param name="destinationPath">The directory path where downloaded file is stored.</param>\r
+            <param name="fileName">The name of the downloaded file.</param>\r
+            <param name="type">The network type which the download request must adhere to.</param>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.wifi.direct</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+        </member>\r
+        <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
+            <summary>\r
+            Creates a Request object.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="url">The URL to download.</param>\r
+            <param name="destinationPath">The directory path where the downloaded file is stored.</param>\r
+            <param name="fileName">The name of the downloaded file.</param>\r
+            <param name="type">The network type which the download request must adhere to.</param>\r
+            <param name="httpHeaders">HTTP header fields for the download request.</param>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.wifi.direct</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Content.Download.Request.StateChanged">\r
+            <summary>\r
+            An event that occurs when the download state changes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Content.Download.Request.ProgressChanged">\r
+            <summary>\r
+            An event that occurs when the download progress changes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.DownloadedPath">\r
+            <summary>\r
+            The absolute path where the file will be downloaded.\r
+            If you try to get this property value before calling Start(), an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            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
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.MimeType">\r
+            <summary>\r
+            The MIME type of the downloaded content.\r
+            If you try to get this property value before calling Start(), an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.State">\r
+            <summary>\r
+            The current state of the download.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.ContentName">\r
+            <summary>\r
+            The content name of the downloaded file.\r
+            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
+            If you try to get this property value before calling Start(), an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.ContentSize">\r
+            <summary>\r
+            The total size of the downloaded content.\r
+            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
+            If you try to get this property value before calling Start(), 0 is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.HttpStatus">\r
+            <summary>\r
+            The HTTP status code when a download exception occurs.\r
+            If you try to get this property value before calling Start(), 0 is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The state of the download request must be DownlodState.Failed.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.ETagValue">\r
+            <summary>\r
+            The ETag value from the HTTP response header when making a HTTP request for resume.\r
+            If you try to get this property value before calling Start() or if any other error occurs, an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            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
+            After the download is started, it can get the ETag value.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.NotificationProperties">\r
+            <summary>\r
+            Contains properties required for creating download notifications.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <remarks>\r
+            When the notification message is clicked, the action taken by the system is decided by the application control properties of the NotificationProperties instance.\r
+            If the app control is not set, the following default operation is executed when the notification message is clicked:\r
+             1) The download completed state - the viewer application is executed according to the extension name of the downloaded content.\r
+             2) The download failed state and ongoing state - the client application is executed.\r
+            This property should be set before calling Start().\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.TemporaryPath">\r
+            <summary>\r
+            The full path of the temporary file stores the downloaded content.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The download state must be one of the states after downloading.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.Url">\r
+            <summary>\r
+            The URL to download.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            Should be set before calling Start().\r
+            If you try to get this property value before setting or if any other error occurs, an empty string is returned.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.AllowedNetworkType">\r
+            <summary>\r
+            The allowed network type for downloading the file.\r
+            The file will be downloaded only under the allowed network.\r
+            If you try to get this property value before setting or if any other error occurs, the default value NetworkType All is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.wifi.direct</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <remarks>\r
+            Should be set before calling Start().\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when feature is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.DestinationPath">\r
+            <summary>\r
+            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
+            If you try to get this property value before setting or if any other error occurs, an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            Should be set before calling Start().\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.FileName">\r
+            <summary>\r
+            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
+            If you try to get this property value before setting or if any other error occurs, an empty string is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            Should be set before calling Start().\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.AutoDownload">\r
+            <summary>\r
+            Enables or disables auto download.\r
+            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
+            If you try to get this property value before setting, the default value false is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The default value is false.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.Request.HttpHeaders">\r
+            <summary>\r
+            The HTTP header field and value pairs to the download request.\r
+            The HTTP header &lt;field,value&gt; pair is the &lt;key,value&gt; pair in the dictionary HttpHeaders.\r
+            The given HTTP header field will be included with the HTTP request of the download request.\r
+            If you try to get this property value before setting, an empty dictionary is returned.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <remarks>\r
+            HTTP header fields should be set before calling Start().\r
+            HTTP header fields can be removed before calling Start().\r
+            </remarks>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.SetTemporaryFilePath(System.String)">\r
+            <summary>\r
+            Sets the directory path of a temporary file used in a previous download request.\r
+            This is only useful when resuming download to make the HTTP request header at the client side. Otherwise, the path is ignored.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            If the ETag value is not present in the download database, it is not useful to set the temporary file path.\r
+            When resuming the download request, the data is attached at the end of this temporary file.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.Start">\r
+            <summary>\r
+            Starts or resumes the download.\r
+            Starts to download the current URL, or resumes the download if paused.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The URL is the mandatory information to start the download.\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.Pause">\r
+            <summary>\r
+            Pauses the download request.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The paused download request can be restarted with Start() or canceled with Cancel().\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.Cancel">\r
+            <summary>\r
+            Cancels the download request.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            The canceled download can be restarted with Start().\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.Dispose">\r
+            <summary>\r
+            Releases all the resources used by the Request class.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <remarks>\r
+            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
+            </remarks>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Content.Download.Request.Dispose(System.Boolean)">\r
+            <summary>\r
+            Deletes the corresponding download request.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/download</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when it is failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when it is failed due to an invalid operation.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Content.Download.StateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the changed download state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Content.Download.StateChangedEventArgs.State">\r
+            <summary>\r
+            The present download state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+    </members>\r
+</doc>\r