Release 4.0.0-preview1-00285
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Bluetooth / Tizen.Network.Bluetooth / BluetoothServerSocket.cs
index e84193f..d2390f9 100644 (file)
@@ -112,11 +112,17 @@ namespace Tizen.Network.Bluetooth
             }
         }
 
+        /// <summary>
+        /// BluetoothServerSocket distructor.
+        /// </summary>
         ~BluetoothServerSocket()
         {
             Dispose(false);
         }
 
+        /// <summary>
+        /// Dispose
+        /// </summary>
         public void Dispose()
         {
             Dispose(true);