Release 4.0.0-preview1-00279
[platform/core/csapi/tizenfx.git] / src / Tizen.Content.Download / Tizen.Content.Download / Request.cs
index 11c96a2..24eab9f 100755 (executable)
@@ -177,6 +177,9 @@ namespace Tizen.Content.Download
             _httpHeaders = httpHeaders;
         }
 
+        /// <summary>
+        /// Destructor of the Request class.
+        /// </summary>
         ~Request()
         {
             Dispose(false);