[Connection] Review Connection API cs files 02/145002/2
authorchleun.moon <chleun.moon@samsung.com>
Mon, 21 Aug 2017 01:51:51 +0000 (10:51 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Mon, 21 Aug 2017 02:14:45 +0000 (11:14 +0900)
PS1: Edited mismatched indentaion in doxygen tag.
PS5: Restored unchanged files.
PS6: Remove \r

Change-Id: I05dc28b9f9f33f9d4e86bb35a511169745ca3d0a

src/Tizen.Network.Connection/Tizen.Network.Connection/CellularProfile.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfileManager.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionTypes.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/IAddressInformation.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/WiFiProfile.cs

index 86658a2e33abb4c409214af6711af5f09272932e..a9bff16d206eaddecda4d6df2751b7757e4b7930 100755 (executable)
@@ -23,7 +23,7 @@ using System.Runtime.InteropServices;
 namespace Tizen.Network.Connection
 {
     /// <summary>
-    /// This Class is CellularProfile. It provides functions to manage the cellular profile.
+    /// This is the CellularProfile class. It provides functions to manage the cellular profile.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class CellularProfile : ConnectionProfile
@@ -43,11 +43,11 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular access point name.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public string Apn
         {
             get
@@ -92,11 +92,11 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular home URL.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public string HomeUri
         {
             get
@@ -141,10 +141,10 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular service type.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public CellularServiceType ServiceType
         {
             get
@@ -179,10 +179,10 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular pdn type.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public CellularPdnType PdnType
         {
             get
@@ -217,10 +217,10 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular roaming pdn type.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
         public CellularPdnType RoamingPdnType
         {
             get
@@ -251,15 +251,15 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Cellular Authentication Information.
+        /// The cellular authentication information.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Instance of CellularAuthInformation.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public CellularAuthInformation CellularAuthInfo
         {
             get
@@ -367,13 +367,13 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// This Class is CellularAuthInformation. It provides the properties to get and set the cellular authentication information.
+    /// This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class CellularAuthInformation
     {
         /// <summary>
-        /// Default Constructor.Initializes an object of CellularAuthInformation.
+        /// Default constructor. Initializes an object of the CellularAuthInformation.
         /// </summary>
         public CellularAuthInformation()
         {
@@ -381,19 +381,19 @@ namespace Tizen.Network.Connection
 
         /// <summary>
         /// The user name.
-        /// <since_tizen> 3 </since_tizen>
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular user name.</value>
         public string UserName { get; set;}
         /// <summary>
-        /// The password
+        /// The password.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular password.</value>
         public string Password { get; set; }
 
         /// <summary>
-        /// The authentication type
+        /// The authentication type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular authentication type.</value>
index 0b574b54b869ac30ea4c5eb3047bfce17241aad3..2d37dab69679f38f7d3cac476e828d9aa4be4994 100755 (executable)
@@ -23,7 +23,7 @@ using System.Threading.Tasks;
 using System.Runtime.InteropServices;
 
 /// <summary>
-/// The Connection API provides functions, enumerations to get the status of network and current profile and manage profiles.
+/// The Connection API provides functions and enumerations to get the status of network and current profile and manages profiles.
 /// </summary>
 namespace Tizen.Network.Connection
 {
@@ -61,7 +61,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// This class is ConnectionManager. It provides functions to manage data connections.
+    /// This is the ConnectionManager class. It provides functions to manage data connections.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public static class ConnectionManager
@@ -69,7 +69,7 @@ namespace Tizen.Network.Connection
         private static ConnectionItem _currentConnection = null;
 
         /// <summary>
-        /// Event that is called when the type of the current connection is changed.
+        /// An event is called when the type of the current connection is changed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
@@ -91,7 +91,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Event for ethernet cable is plugged [in/out] event.
+        /// An event for the ethernet cable is plugged [in/out] event.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
@@ -110,7 +110,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Event that is called when the IP address is changed.
+        /// An event is called when the IP address is changed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
@@ -132,7 +132,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Event that is called when the proxy address is changed.
+        /// An event is called when the proxy address is changed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
@@ -157,7 +157,7 @@ namespace Tizen.Network.Connection
         /// Gets the connection handle.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>Instance of SafeConnectionHandle</returns>
+        /// <returns>Instance of SafeConnectionHandle.</returns>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static SafeConnectionHandle GetConnectionHandle()
         {
@@ -169,39 +169,39 @@ namespace Tizen.Network.Connection
         /// Gets the IP address of the current connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="family">The address family</param>
+        /// <param name="family">The address family.</param>
         /// <returns>IP address of the connection (global address in case of IPv6).</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static System.Net.IPAddress GetIPAddress(AddressFamily family)
         {
             return ConnectionInternalManager.Instance.GetIPAddress(family);
         }
 
         /// <summary>
-        /// Gets the all IPv6 addresses of the current connection.
+        /// Gets all the IPv6 addresses of the current connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type">The type of current network connection</param>
+        /// <param name="type">The type of current network connection.</param>
         /// <returns>A list of IPv6 addresses of the connection.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static IEnumerable<System.Net.IPAddress> GetAllIPv6Addresses(ConnectionType type)
         {
             return ConnectionInternalManager.Instance.GetAllIPv6Addresses(type);
@@ -211,18 +211,18 @@ namespace Tizen.Network.Connection
         /// Gets the proxy address of the current connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="family">The address family</param>
+        /// <param name="family">The address family.</param>
         /// <returns>Proxy address of the connection.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static string GetProxy(AddressFamily family)
         {
             return ConnectionInternalManager.Instance.GetProxy(family);
@@ -232,18 +232,18 @@ namespace Tizen.Network.Connection
         /// Gets the MAC address of the Wi-Fi or ethernet.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type">The type of current network connection</param>
+        /// <param name="type">The type of current network connection.</param>
         /// <returns>MAC address of the Wi-Fi or ethernet.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static string GetMacAddress(ConnectionType type)
         {
             return ConnectionInternalManager.Instance.GetMacAddress(type);
@@ -253,19 +253,19 @@ namespace Tizen.Network.Connection
         /// Gets the statistics information.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="connectionType">The type of connection (only WiFi and Cellular are supported)</param>
-        /// <param name="statisticsType">The type of statistics</param>
-        /// <returns>The statistics information associated with statisticsType</returns>
+        /// <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>
+        /// <param name="statisticsType">The type of statistics.</param>
+        /// <returns>The statistics information associated with statisticsType.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to invalid operation.</exception>
         public static long GetStatistics(ConnectionType connectionType, StatisticsType statisticsType)
         {
             return ConnectionInternalManager.Instance.GetStatistics(connectionType, statisticsType);
@@ -275,19 +275,19 @@ namespace Tizen.Network.Connection
         /// Resets the statistics information.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="connectionType">The type of connection (only WiFi and Cellular are supported)</param>
-        /// <param name="statisticsType">The type of statistics</param>
+        /// <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>
+        /// <param name="statisticsType">The type of statistics.</param>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.set</privilege>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static void ResetStatistics(ConnectionType connectionType, StatisticsType statisticsType)
         {
             ConnectionInternalManager.Instance.ResetStatistics(connectionType, statisticsType);
@@ -296,22 +296,22 @@ namespace Tizen.Network.Connection
         /// <summary>
         /// Adds a route to the routing table.
         /// </summary>
-        /// <param name="family">The address family</param>
-        /// <param name="interfaceName">The name of network interface</param>
-        /// <param name="hostAddress">The IP address of the host</param>
-        /// <param name="gateway">The gateway address</param>
+        /// <param name="family">The address family.</param>
+        /// <param name="interfaceName">The name of the network interface.</param>
+        /// <param name="hostAddress">The IP address of the host.</param>
+        /// <param name="gateway">The gateway address.</param>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.set</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when interfaceName or hostAddress or gateway is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static void AddRoute(AddressFamily family, string interfaceName, System.Net.IPAddress hostAddress, System.Net.IPAddress gateway)
         {
             ConnectionInternalManager.Instance.AddRoute(family, interfaceName, hostAddress, gateway);
@@ -320,32 +320,32 @@ namespace Tizen.Network.Connection
         /// <summary>
         /// Removes a route from the routing table.
         /// </summary>
-        /// <param name="family">The address family</param>
-        /// <param name="interfaceName">The name of network interface</param>
-        /// <param name="hostAddress">The IP address of the host</param>
-        /// <param name="gateway">The gateway address</param>
+        /// <param name="family">The address family.</param>
+        /// <param name="interfaceName">The name of network interface.</param>
+        /// <param name="hostAddress">The IP address of the host.</param>
+        /// <param name="gateway">The gateway address.</param>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.set</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when interfaceName or hostAddress or gateway is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static void RemoveRoute(AddressFamily family, string interfaceName, System.Net.IPAddress hostAddress, System.Net.IPAddress gateway)
         {
             ConnectionInternalManager.Instance.RemoveRoute(family, interfaceName, hostAddress, gateway);
         }
 
         /// <summary>
-        /// Type and state of the current profile for data connection
+        /// The type and state of the current profile for data connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Instance of ConnectionItem</value>
+        /// <value>Instance of ConnectionItem.</value>
         public static ConnectionItem CurrentConnection
         {
             get
@@ -365,15 +365,15 @@ namespace Tizen.Network.Connection
         /// <since_tizen> 3 </since_tizen>
         /// <param name="type">The type of profile. Cellular profile type is supported.</param>
         /// <param name="keyword">The keyword included in profile name.</param>
-        /// <returns>CellularProfile object</returns>
+        /// <returns>CellularProfile object.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when keyword value is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when keyword value is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a method fails due to invalid operation.</exception>
         public static CellularProfile CreateCellularProfile(ConnectionProfileType type, string keyword)
         {
             IntPtr profileHandle = IntPtr.Zero;
@@ -392,7 +392,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The state of cellular connection.
+        /// The state of the cellular connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Cellular network state.</value>
@@ -406,7 +406,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The state of the Wi-Fi.
+        /// The state of the Wi-Fi connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>WiFi connection state.</value>
@@ -420,7 +420,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The state of the Bluetooth.
+        /// The state of the Bluetooth connection.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Bluetooth connection state.</value>
@@ -448,7 +448,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Checks for ethernet cable is attached or not.
+        /// Checks if the ethernet cable is attached or not.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Ethernet cable state.</value>
@@ -464,7 +464,7 @@ namespace Tizen.Network.Connection
     } // class ConnectionManager
 
     /// <summary>
-    /// This class contains connection information such as connection type and state.
+    /// This class contains connection information, such as connection type and state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ConnectionItem
@@ -531,7 +531,7 @@ namespace Tizen.Network.Connection
     } // class ConnectionItem
 
     /// <summary>
-    /// An extended EventArgs class which contains changed connection type.
+    /// An extended EventArgs class, which contains changed connection type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ConnectionTypeEventArgs : EventArgs
@@ -558,7 +558,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// An extended EventArgs class which contains changed ethernet cable state.
+    /// An extended EventArgs class, which contains changed ethernet cable state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class EthernetCableStateEventArgs : EventArgs
@@ -585,7 +585,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// An extended EventArgs class which contains changed address.
+    /// An extended EventArgs class, which contains changed address.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class AddressEventArgs : EventArgs
@@ -600,10 +600,10 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The  IPV4 address.
+        /// The IPV4 address.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>IP address in the format of IPV4 syntax.</value>
+        /// <value>IP address in the format of the IPV4 syntax.</value>
         public string IPv4Address
         {
             get
@@ -613,10 +613,10 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The  IPV6 address.
+        /// The IPV6 address.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>IP address in the format of IPV6 syntax.</value>
+        /// <value>IP address in the format of the IPV6 syntax.</value>
         public string IPv6Address
         {
             get
index 87fc8a201ee9870e5ed691cfc1e4c2896887401f..e7ceabd95f40fd54e80fa0262241c14568c2f3a1 100755 (executable)
@@ -23,7 +23,7 @@ using System.Runtime.InteropServices;
 namespace Tizen.Network.Connection
 {
     /// <summary>
-    /// This Class is ConnectionProfile. It provides event and propeties of the connection profile.
+    /// This is the ConnectionProfile class. It provides event and propeties of the connection profile.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ConnectionProfile : IDisposable
@@ -42,7 +42,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The event that is called when the state of profile is changed.
+        /// The event is called when the state of profile is changed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
@@ -223,7 +223,7 @@ namespace Tizen.Network.Connection
         /// The name of the network interface.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Network interface name, e.g. eth0 and pdp0.</value>
+        /// <value>Network interface name, for example, eth0 and pdp0.</value>
         public string InterfaceName
         {
             get
@@ -249,11 +249,11 @@ namespace Tizen.Network.Connection
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when profile instance is invalid or when method failed due to invalid operation</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public void Refresh()
         {
             CheckDisposed();
@@ -269,19 +269,19 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Get the network state.
+        /// Gets the network state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="family">The address family</param>
+        /// <param name="family">The address family.</param>
         /// <returns>The network state.</returns>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when profile instance is invalid or when method failed due to invalid operation</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public ProfileState GetState(AddressFamily family)
         {
             CheckDisposed();
@@ -313,10 +313,10 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Proxy type of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown during set when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown during set when operation is performed on a disposed object.</exception>
         public ProxyType ProxyType
         {
             get
@@ -350,11 +350,11 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Proxy address of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown during set when value is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public string ProxyAddress
         {
             get
@@ -394,7 +394,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The address information (IPv4)
+        /// The address information (IPv4).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Instance of IAddressInformation with IPV4 address.</value>
@@ -408,7 +408,7 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// The address information (IPv6)
+        /// The address information (IPv6).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Instance of IAddressInformation with IPV6 address.</value>
@@ -422,7 +422,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// An extended EventArgs class which contains changed profile state.
+    /// An extended EventArgs class, which contains changed profile state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ProfileStateEventArgs : EventArgs
index 5049686fd70511758764ae5cfff4b64fe33f3dbc..e205c4875a2acdb207993aee34f16b2fc012603d 100755 (executable)
@@ -24,28 +24,28 @@ using System.Collections;
 namespace Tizen.Network.Connection
 {
     /// <summary>
-    /// This class is ConnectionProfileManager. It provides functions to add, get, connect or modify the connection profile.
+    /// This is the ConnectionProfileManager class. It provides functions to add, get, connect, or modify the connection profile.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public static class ConnectionProfileManager
     {
         /// <summary>
-        /// Adds a new profile
+        /// Adds a new profile.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="profile">The cellular profile object</param>
+        /// <param name="profile">The cellular profile object.</param>
         /// <privilege>http://tizen.org/privilege/network.profile</privilege>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when a method fails due to an invalid operation.</exception>
         public static void AddCellularProfile(CellularProfile profile)
         {
             Log.Debug(Globals.LogTag, "AddCellularProfile");
@@ -53,21 +53,21 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Gets the list of profile with profile list type
+        /// Gets the list of the profile with the profile list type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type">The type of profile</param>
+        /// <param name="type">The type of profile.</param>
         /// <returns>List of connection profile objects.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance has been disposed.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when connection instance has been disposed.</exception>
         public static Task<IEnumerable<ConnectionProfile>> GetProfileListAsync(ProfileListType type)
         {
             Log.Debug(Globals.LogTag, "GetProfileListAsync");
@@ -75,10 +75,10 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Opens a connection of profile, asynchronously.
+        /// Opens a connection of profile asynchronously.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="profile">The connection profile object</param>
+        /// <param name="profile">The connection profile object.</param>
         /// <returns>A task indicates whether the ConnectProfileAsync method is done successfully or not.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.set</privilege>
@@ -86,12 +86,12 @@ namespace Tizen.Network.Connection
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         public static Task ConnectProfileAsync(ConnectionProfile profile)
         {
             Log.Debug(Globals.LogTag, "ConnectProfile");
@@ -102,7 +102,7 @@ namespace Tizen.Network.Connection
         /// Closes a connection of profile.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="profile">The connection profile object</param>
+        /// <param name="profile">The connection profile object.</param>
         /// <returns>A task indicates whether the DisconnectProfileAsync method is done successfully or not.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.set</privilege>
@@ -110,12 +110,12 @@ namespace Tizen.Network.Connection
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
         public static Task DisconnectProfileAsync(ConnectionProfile profile)
         {
             Log.Debug(Globals.LogTag, "DisconnectProfileAsync");
@@ -126,19 +126,19 @@ namespace Tizen.Network.Connection
         /// Removes an existing profile.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="profile">The connection profile object</param>
+        /// <param name="profile">The connection profile object.</param>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.profile</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
         public static void RemoveProfile(ConnectionProfile profile)
         {
             Log.Debug(Globals.LogTag, "RemoveProfile. Id: " + profile.Id + ", Name: " + profile.Name + ", Type: " + profile.Type);
@@ -151,19 +151,19 @@ namespace Tizen.Network.Connection
         /// When you call this function, your changes affect the ConnectionProfileManager and the existing profile is updated.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="profile">The connection profile object</param>
+        /// <param name="profile">The connection profile object.</param>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.profile</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         public static void UpdateProfile(ConnectionProfile profile)
         {
             Log.Debug(Globals.LogTag, "UpdateProfile");
@@ -180,11 +180,11 @@ namespace Tizen.Network.Connection
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static ConnectionProfile GetCurrentProfile()
         {
             Log.Debug(Globals.LogTag, "GetCurrentProfile");
@@ -192,21 +192,21 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Gets the default profile which provides the given cellular service.
+        /// Gets the default profile, which provides the given cellular service.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type">The cellular service type</param>
+        /// <param name="type">The cellular service type.</param>
         /// <returns>Connection profile object.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
         public static ConnectionProfile GetDefaultCellularProfile(CellularServiceType type)
         {
             Log.Debug(Globals.LogTag, "GetDefaultCurrentProfile");
@@ -214,11 +214,11 @@ namespace Tizen.Network.Connection
         }
 
         /// <summary>
-        /// Sets the default profile which provides the given cellular service.
+        /// Sets the default profile, which provides the given cellular service.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type">The cellular service type</param>
-        /// <param name="profile">The connection profile object</param>
+        /// <param name="type">The cellular service type.</param>
+        /// <param name="profile">The connection profile object.</param>
         /// <returns>A task indicates whether the SetDefaultCellularProfile method is done successfully or not.</returns>
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <privilege>http://tizen.org/privilege/network.profile</privilege>
@@ -226,12 +226,12 @@ namespace Tizen.Network.Connection
         /// <feature>http://tizen.org/feature/network.wifi</feature>
         /// <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
         /// <feature>http://tizen.org/feature/network.ethernet</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when value is null.</exception>
         /// <exception cref="System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when connection or profile instance is invalid or when method failed due to invalid operation</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
         public static Task SetDefaultCellularProfile(CellularServiceType type, ConnectionProfile profile)
         {
             Log.Debug(Globals.LogTag, "SetDefaultCellularProfile");
@@ -240,7 +240,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// An extended EventArgs class which contains the state of changed connection profile.
+    /// An extended EventArgs class, which contains the state of changed connection profile.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ConnectionProfileStateEventArgs : EventArgs
index 6c206ffe3f955720f5b594e6e398ed18ceeed277..51c613ee74b1157bb29ab8fad97faf41ffeb9fc5 100755 (executable)
@@ -24,7 +24,7 @@ using Tizen.Internals.Errors;
 namespace Tizen.Network.Connection
 {
     /// <summary>
-    /// Enumeration for connection type.
+    /// Enumeration for the connection type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ConnectionType
@@ -38,7 +38,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for address family.
+    /// Enumeration for the address family.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum AddressFamily
@@ -48,7 +48,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for cellular network state.
+    /// Enumeration for the cellular network state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum CellularState
@@ -62,7 +62,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for connection state.
+    /// Enumeration for the connection state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ConnectionState
@@ -73,7 +73,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// This enumeration defines the attached or detached state of ethernet cable.
+    /// Enumeration for the attached or detached state of the ethernet cable.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum EthernetCableState
@@ -83,7 +83,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for statistics type.
+    /// Enumeration for the statistics type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum StatisticsType
@@ -95,7 +95,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for network connection type.
+    /// Enumeration for the network connection type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ConnectionProfileType
@@ -107,7 +107,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for profile state type.
+    /// Enumeration for the profile state type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ProfileState
@@ -119,7 +119,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for proxy method type.
+    /// Enumeration for the proxy method type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ProxyType
@@ -130,7 +130,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for IP configuration type.
+    /// Enumeration for the IP configuration type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum IPConfigType
@@ -143,7 +143,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for cellular service type.
+    /// Enumeration for the cellular service type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum CellularServiceType
@@ -158,7 +158,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for cellular pdn type.
+    /// Enumeration for the cellular pdn type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum CellularPdnType
@@ -170,7 +170,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for DNS configuration type.
+    /// Enumeration for the DNS configuration type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum DnsConfigType
@@ -187,7 +187,7 @@ namespace Tizen.Network.Connection
 
 
     /// <summary>
-    /// Enumeration for connection errors.
+    /// Enumeration for the connection errors.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     // To do : have to assign valid error code
@@ -212,7 +212,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for profile list type.
+    /// Enumeration for the profile list type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ProfileListType
@@ -223,7 +223,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for security type of Wi-Fi.
+    /// Enumeration for the security type of Wi-Fi.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum WiFiSecurityType
@@ -236,7 +236,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for encryption modes.
+    /// Enumeration for the encryption modes.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum WiFiEncryptionType
@@ -249,7 +249,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for connection profile state.
+    /// Enumeration for the connection profile state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ConnectionProfileState
@@ -261,7 +261,7 @@ namespace Tizen.Network.Connection
     }
 
     /// <summary>
-    /// Enumeration for cellular authentication type.
+    /// Enumeration for the cellular authentication type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum CellularAuthType
index 5185186cf9fd3263632e26eeca119d06474d7cc0..fa8ab468899eb8bff77aecc8237b32be86358a4a 100755 (executable)
@@ -35,9 +35,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>First DNS address of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         System.Net.IPAddress Dns1 { get; set; }
 
         /// <summary>
@@ -45,9 +45,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Second DNS address of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         System.Net.IPAddress Dns2 { get; set; }
 
         /// <summary>
@@ -55,9 +55,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Gateway address of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         System.Net.IPAddress Gateway { get; set; }
 
         /// <summary>
@@ -65,9 +65,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Subnet mask of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         System.Net.IPAddress SubnetMask { get; set; }
 
         /// <summary>
@@ -75,9 +75,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>IP address of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         System.Net.IPAddress IP { get; set; }
 
         /// <summary>
@@ -85,9 +85,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>IP config type of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         IPConfigType IPConfigType { get; set; }
 
         /// <summary>
@@ -95,9 +95,9 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Prefix length of the connection.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         int PrefixLength { get; set; }
 
         /// <summary>
@@ -105,13 +105,13 @@ namespace Tizen.Network.Connection
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value>Config type of the DNS.</value>
-        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown during set when value is invalid parameter.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown during set when profile instance is invalid or when method failed due to invalid operation.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown during set when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
         DnsConfigType DnsConfigType { get; set; }
 
         /// <summary>
-        /// The DHCP server address. It is only supported for IPV4 address family.
+        /// The DHCP server address. It is only supported for the IPV4 address family.
         /// </summary>
         /// <value>Server address of the DHCP.</value>
         System.Net.IPAddress DhcpServerAddress { get; }
index 8ac62348bac79f615384905ef0d011cd6a4317a3..21f92580913dbd7322e98084182313f5dcf70f91 100755 (executable)
@@ -23,7 +23,7 @@ using System.Runtime.InteropServices;
 namespace Tizen.Network.Connection
 {
     /// <summary>
-    /// This Class is WiFiProfile. It provides functions to manage the WiFi profile.
+    /// This is the WiFiProfile class. It provides functions to manage the WiFi profile.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class WiFiProfile : ConnectionProfile
@@ -216,13 +216,13 @@ namespace Tizen.Network.Connection
         /// Sets the passphrase of the Wi-Fi WPA.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="passphrase">The passphrase of Wi-Fi security</param>
+        /// <param name="passphrase">The passphrase of Wi-Fi security.</param>
         /// <feature>http://tizen.org/feature/network.wifi</feature>
-        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
-        /// <exception cref="System.ArgumentException">Thrown when value is invalid parameter.</exception>
-        /// <exception cref="System.ArgumentNullException">Thrown when passphrase is null.</exception>
-        /// <exception cref="System.InvalidOperationException">Thrown when profile instance is invalid or when method failed due to invalid operation.</exception>
-        /// <exception cref="System.ObjectDisposedException">Thrown when operation is performed on a disposed object.</exception>
+        /// <exception cref="System.NotSupportedException">Thrown when feature is not supported.</exception>
+        /// <exception cref="System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
+        /// <exception cref="System.ArgumentNullException">Thrown when passphrase is null.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
+        /// <exception cref="System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
         public void SetPassphrase(string passphrase)
         {
             CheckDisposed();