From ea8e3d428015f581efe96997c4d9122c429ca824 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 5 Jul 2017 15:35:57 +0900 Subject: [PATCH] Modified API description Change-Id: I977cdec4dab7eeea5762b5c856eefb811e847259 Signed-off-by: Seonah Moon --- packaging/csapi-download.spec | 2 +- src/Tizen.Content.Download/Tizen.Content.Download.csproj | 2 +- src/Tizen.Content.Download/Tizen.Content.Download/Request.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/csapi-download.spec b/packaging/csapi-download.spec index a6ba798..d684b2d 100755 --- a/packaging/csapi-download.spec +++ b/packaging/csapi-download.spec @@ -1,6 +1,6 @@ Name: csapi-download Summary: Tizen Download API for C# -Version: 1.0.7 +Version: 1.0.8 Release: 1 Group: Development/Libraries License: Apache-2.0 diff --git a/src/Tizen.Content.Download/Tizen.Content.Download.csproj b/src/Tizen.Content.Download/Tizen.Content.Download.csproj index 6dc1bea..09756f7 100644 --- a/src/Tizen.Content.Download/Tizen.Content.Download.csproj +++ b/src/Tizen.Content.Download/Tizen.Content.Download.csproj @@ -1,7 +1,7 @@  - 1.0.7 + 1.0.8 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved Provides the Download API for Tizen .NET diff --git a/src/Tizen.Content.Download/Tizen.Content.Download/Request.cs b/src/Tizen.Content.Download/Tizen.Content.Download/Request.cs index 72b86e6..20e2048 100755 --- a/src/Tizen.Content.Download/Tizen.Content.Download/Request.cs +++ b/src/Tizen.Content.Download/Tizen.Content.Download/Request.cs @@ -313,7 +313,7 @@ namespace Tizen.Content.Download } /// - /// Content name of the downloaded file. + /// The content name of the downloaded file. /// This can be defined with reference of HTTP response header data. The content name can be received when HTTP response header is received. /// If you try to get this property value before calling Start(), an empty string is returned. /// @@ -339,7 +339,7 @@ namespace Tizen.Content.Download /// /// Total size of downloaded content. - /// This information is received from the server. If the server does not send the total size of the content, content_size is set to zero. + /// 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. /// /// 3 -- 2.7.4