Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.Connection.xml
index e645abf..e7aeac8 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Network.Connection</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Network.Connection.CellularProfile">
-            <summary>
-            This is the CellularProfile class. It provides functions to manage the cellular profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.Apn">
-            <summary>
-            The APN (access point name).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular access point name.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.HomeUri">
-            <summary>
-            The home URL.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular home URL.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.ServiceType">
-            <summary>
-            The service type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular service type.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.PdnType">
-            <summary>
-            The cellular pdn type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular pdn type.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.RoamingPdnType">
-            <summary>
-            The cellular roaming pdn type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular roaming pdn type.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when a operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.CellularAuthInfo">
-            <summary>
-            The cellular authentication information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Instance of CellularAuthInformation.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.Hidden">
-            <summary>
-            Checks whether the profile is hidden.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>True if the cellular profile is hidden, otherwise false.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.Editable">
-            <summary>
-            Checks whether the profile is editable.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>True if the cellular profile is editable, otherwise false.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularProfile.IsDefault">
-            <summary>
-            Checks whether the profile is default.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>True if the cellular profile is default, otherwise false.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.CellularAuthInformation">
-            <summary>
-            This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Network.Connection.CellularAuthInformation.#ctor">
-            <summary>
-            Default constructor. Initializes an object of the CellularAuthInformation.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularAuthInformation.UserName">
-            <summary>
-            The user name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular user name.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularAuthInformation.Password">
-            <summary>
-            The password.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular password.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.CellularAuthInformation.AuthType">
-            <summary>
-            The authentication type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular authentication type.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.SafeConnectionHandle">
-            <summary>
-            This class manages the connection handle resources.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Connection.SafeConnectionHandle.IsInvalid">
-            <summary>
-            Checks whether the handle value is valid or not.
-            </summary>
-            <value>True if the handle is invalid, otherwise false.</value>
-        </member>
-        <member name="M:Tizen.Network.Connection.SafeConnectionHandle.ReleaseHandle">
-            <summary>
-            Frees the handle.
-            </summary>
-            <returns>True if the handle is released successfully, otherwise false.</returns>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionManager">
-            <summary>
-            This is the ConnectionManager class. It provides functions to manage data connections.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="E:Tizen.Network.Connection.ConnectionManager.ConnectionTypeChanged">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="E:Tizen.Network.Connection.ConnectionManager.EthernetCableStateChanged">
-            <summary>
-            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>
-            <feature>http://tizen.org/feature/network.ethernet</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="E:Tizen.Network.Connection.ConnectionManager.IPAddressChanged">
-            <summary>
-            An event is called when the IP address is changed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="E:Tizen.Network.Connection.ConnectionManager.ProxyAddressChanged">
-            <summary>
-            An event is called when the proxy address is changed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetConnectionHandle">
-            <summary>
-            Gets the connection handle.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>Instance of SafeConnectionHandle.</returns>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetIPAddress(Tizen.Network.Connection.AddressFamily)">
-            <summary>
-            Gets the IP address of the current connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetAllIPv6Addresses(Tizen.Network.Connection.ConnectionType)">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetProxy(Tizen.Network.Connection.AddressFamily)">
-            <summary>
-            Gets the proxy address of the current connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetMacAddress(Tizen.Network.Connection.ConnectionType)">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.GetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.ResetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.AddRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">
-            <summary>
-            Adds a route to the routing table.
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.RemoveRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">
-            <summary>
-            Removes a route from the routing table.
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.CurrentConnection">
-            <summary>
-            The type and state of the current profile for data connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Instance of ConnectionItem.</value>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionManager.CreateCellularProfile(Tizen.Network.Connection.ConnectionProfileType,System.String)">
-            <summary>
-            Creates a cellular profile handle.
-            </summary>
-            <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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a keyword value is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a method fails due to invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.CellularState">
-            <summary>
-            The state of the cellular connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Cellular network state.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.WiFiState">
-            <summary>
-            The state of the Wi-Fi connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>WiFi connection state.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.BluetoothState">
-            <summary>
-            The state of the Bluetooth connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Bluetooth connection state.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetState">
-            <summary>
-            The Ethernet connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Ethernet connection state.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetCableState">
-            <summary>
-            Checks if the ethernet cable is attached or not.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Ethernet cable state.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionItem">
-            <summary>
-            This class contains connection information, such as connection type and state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionItem.Type">
-            <summary>
-            The type of the current profile for data connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Data connection current profile.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionItem.State">
-            <summary>
-            The state of the current profile for data connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Connection state of the current connection type.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionTypeEventArgs">
-            <summary>
-            An extended EventArgs class, which contains changed connection type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionTypeEventArgs.ConnectionType">
-            <summary>
-            The connection type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Type of the connection.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.EthernetCableStateEventArgs">
-            <summary>
-            An extended EventArgs class, which contains changed ethernet cable state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.EthernetCableStateEventArgs.EthernetCableState">
-            <summary>
-            The ethernet cable state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Attached or detached state of the ethernet cable.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.AddressEventArgs">
-            <summary>
-            An extended EventArgs class, which contains changed address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv4Address">
-            <summary>
-            The IPV4 address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP address in the format of the IPV4 syntax.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv6Address">
-            <summary>
-            The IPV6 address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP address in the format of the IPV6 syntax.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionProfile">
-            <summary>
-            This is the ConnectionProfile class. It provides event and properties of the connection profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="E:Tizen.Network.Connection.ConnectionProfile.ProfileStateChanged">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfile.Dispose">
-            <summary>
-            Disposes the memory allocated to unmanaged resources.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.Id">
-            <summary>
-            The profile ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Unique ID of the profile.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.Name">
-            <summary>
-            The profile name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>User friendly name of the profile.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.Type">
-            <summary>
-            The network type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Profile type of the network connection.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.InterfaceName">
-            <summary>
-            The name of the network interface.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Network interface name, for example, eth0 and pdp0.</value>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfile.Refresh">
-            <summary>
-            Refreshes the profile information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfile.GetState(Tizen.Network.Connection.AddressFamily)">
-            <summary>
-            Gets the network state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyType">
-            <summary>
-            The Proxy type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Proxy type of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown during set when a operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyAddress">
-            <summary>
-            The proxy address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Proxy address of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv4Settings">
-            <summary>
-            The address information (IPv4).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Instance of IAddressInformation with IPV4 address.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv6Settings">
-            <summary>
-            The address information (IPv6).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Instance of IAddressInformation with IPV6 address.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.ProfileStateEventArgs">
-            <summary>
-            An extended EventArgs class, which contains changed profile state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.ProfileStateEventArgs.State">
-            <summary>
-            The profile state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>State type of the connection profile.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionProfileManager">
-            <summary>
-            This is the ConnectionProfileManager class. It provides functions to add, get, connect, or modify the connection profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.AddCellularProfile(Tizen.Network.Connection.CellularProfile)">
-            <summary>
-            Adds a new profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when connection or profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetProfileListAsync(Tizen.Network.Connection.ProfileListType)">
-            <summary>
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance has been disposed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.ConnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">
-            <summary>
-            Opens a connection of profile asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.DisconnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">
-            <summary>
-            Closes a connection of profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.RemoveProfile(Tizen.Network.Connection.ConnectionProfile)">
-            <summary>
-            Removes an existing profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.UpdateProfile(Tizen.Network.Connection.ConnectionProfile)">
-            <summary>
-            Updates an existing profile.
-            When a profile is changed, these changes will be not applied to the ConnectionProfileManager immediately.
-            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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetCurrentProfile">
-            <summary>
-            Gets the name of the default profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType)">
-            <summary>
-            Gets the default profile, which provides the given cellular service.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.SetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType,Tizen.Network.Connection.ConnectionProfile)">
-            <summary>
-            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>
-            <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>
-            <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="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionProfileStateEventArgs">
-            <summary>
-            An extended EventArgs class, which contains the state of changed connection profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.ConnectionProfileStateEventArgs.ConnectionProfileState">
-            <summary>
-            The connection profile state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>State of the connection profile.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.ConnectionType">
-            <summary>
-            Enumeration for the connection type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.WiFi" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Cellular" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Ethernet" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Bluetooth" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.NetProxy" -->
-        <member name="T:Tizen.Network.Connection.AddressFamily">
-            <summary>
-            Enumeration for the address family.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.AddressFamily.IPv6" -->
-        <member name="T:Tizen.Network.Connection.CellularState">
-            <summary>
-            Enumeration for the cellular network state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.FlightMode" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.RoamingOff" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.CallOnlyAvailable" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.Available" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.Connected" -->
-        <member name="T:Tizen.Network.Connection.ConnectionState">
-            <summary>
-            Enumeration for the connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionState.Disconnected" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionState.Connected" -->
-        <member name="T:Tizen.Network.Connection.EthernetCableState">
-            <summary>
-            Enumeration for the attached or detached state of the ethernet cable.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.EthernetCableState.Attached" -->
-        <member name="T:Tizen.Network.Connection.StatisticsType">
-            <summary>
-            Enumeration for the statistics type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.LastSentData" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.TotalReceivedData" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.TotalSentData" -->
-        <member name="T:Tizen.Network.Connection.ConnectionProfileType">
-            <summary>
-            Enumeration for the network connection type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.WiFi" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.Ethernet" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.Bt" -->
-        <member name="T:Tizen.Network.Connection.ProfileState">
-            <summary>
-            Enumeration for the profile state type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Association" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Configuration" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Connected" -->
-        <member name="T:Tizen.Network.Connection.ProxyType">
-            <summary>
-            Enumeration for the proxy method type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProxyType.Auto" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProxyType.Manual" -->
-        <member name="T:Tizen.Network.Connection.IPConfigType">
-            <summary>
-            Enumeration for the IP configuration type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Static" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Dynamic" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Auto" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Fixed" -->
-        <member name="T:Tizen.Network.Connection.CellularServiceType">
-            <summary>
-            Enumeration for the cellular service type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Internet" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.MMS" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.PrepaidInternet" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.PrepaidMMS" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Tethering" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Application" -->
-        <member name="T:Tizen.Network.Connection.CellularPdnType">
-            <summary>
-            Enumeration for the cellular pdn type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv4" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv6" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv4_IPv6" -->
-        <member name="T:Tizen.Network.Connection.DnsConfigType">
-            <summary>
-            Enumeration for the DNS configuration type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.DnsConfigType.Static" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.DnsConfigType.Dynamic" -->
-        <member name="T:Tizen.Network.Connection.ConnectionError">
-            <summary>
-            Enumeration for the connection errors.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidParameter" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OutOfMemoryError" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidOperation" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.AddressFamilyNotSupported" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OperationFailed" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.EndOfIteration" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NoConnection" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NowInProgress" -->
-        <member name="F:Tizen.Network.Connection.ConnectionError.AlreadyExists">
-            Now in progress 
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OperationAborted" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.DhcpFailed" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidKey" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NoReply" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.PermissionDenied" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NotSupported" -->
-        <member name="T:Tizen.Network.Connection.ProfileListType">
-            <summary>
-            Enumeration for the profile list type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileListType.Connected" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileListType.Default" -->
-        <member name="T:Tizen.Network.Connection.WiFiSecurityType">
-            <summary>
-            Enumeration for the security type of Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Wep" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.WpaPsk" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Wpa2Psk" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Eap" -->
-        <member name="T:Tizen.Network.Connection.WiFiEncryptionType">
-            <summary>
-            Enumeration for the encryption modes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Wep" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Tkip" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Aes" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.TkipAesMixed" -->
-        <member name="T:Tizen.Network.Connection.ConnectionProfileState">
-            <summary>
-            Enumeration for the connection profile state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Association" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Configuration" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Connected" -->
-        <member name="T:Tizen.Network.Connection.CellularAuthType">
-            <summary>
-            Enumeration for the cellular authentication type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularAuthType.Pap" -->
-        <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularAuthType.Chap" -->
-        <member name="T:Tizen.Network.Connection.IAddressInformation">
-            <summary>
-            This interface provides properties to manage address information of the connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.Dns1">
-            <summary>
-            The DNS address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>First DNS address of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.Dns2">
-            <summary>
-            The DNS address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Second DNS address of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.Gateway">
-            <summary>
-            The gateway address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Gateway address of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.SubnetMask">
-            <summary>
-            The subnet mask address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Subnet mask of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.IP">
-            <summary>
-            The IP address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP address of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.IPConfigType">
-            <summary>
-            The type of IP config.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP config type of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.PrefixLength">
-            <summary>
-            The prefix length.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Prefix length of the connection.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.DnsConfigType">
-            <summary>
-            The DNS config type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Config type of the DNS.</value>
-            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.Connection.IAddressInformation.DhcpServerAddress">
-            <summary>
-            The DHCP server address. It is only supported for the IPV4 address family.
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <value>Server address of the DHCP.</value>
-        </member>
-        <member name="T:Tizen.Network.Connection.WiFiProfile">
-            <summary>
-            This is the WiFiProfile class. It provides functions to manage the WiFi profile.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.Essid">
-            <summary>
-            The ESSID (Extended Service Set Identifier).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>ESSID of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.Bssid">
-            <summary>
-            The BSSID (Basic Service Set Identifier).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>BSSID of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.Rssi">
-            <summary>
-            The RSSI.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>RSSI of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.Frequency">
-            <summary>
-            The frequency (MHz).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Frequency of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.MaxSpeed">
-            <summary>
-            The max speed (Mbps).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Maximum speed of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.SecurityType">
-            <summary>
-            The security type of WiFi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Security type of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.EncryptionType">
-            <summary>
-            The encryption type of WiFi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Encryption mode of the WiFi.</value>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.PassphraseRequired">
-            <summary>
-            Checks whether passphrase is required.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>True if a passphrase is required, otherwise false.</value>
-            <remarks>This property is not valid if <c>WiFiSecurityType</c> is <c>Eap</c>.</remarks>
-        </member>
-        <member name="P:Tizen.Network.Connection.WiFiProfile.WpsSupported">
-            <summary>
-            Checks whether the WPS (Wi-Fi Protected Setup) is supported.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>True if WPS is supported, otherwise false.</value>
-        </member>
-        <member name="M:Tizen.Network.Connection.WiFiProfile.SetPassphrase(System.String)">
-            <summary>
-            Sets the passphrase of the Wi-Fi WPA.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="passphrase">The passphrase of Wi-Fi security.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when a passphrase is null.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Network.Connection</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Network.Connection.CellularProfile">\r
+            <summary>\r
+            This is the CellularProfile class. It provides functions to manage the cellular profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.Apn">\r
+            <summary>\r
+            The APN (access point name).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular access point name.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.HomeUri">\r
+            <summary>\r
+            The home URL.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular home URL.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.ServiceType">\r
+            <summary>\r
+            The service type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular service type.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.PdnType">\r
+            <summary>\r
+            The cellular pdn type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular pdn type.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.RoamingPdnType">\r
+            <summary>\r
+            The cellular roaming pdn type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular roaming pdn type.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when a operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.CellularAuthInfo">\r
+            <summary>\r
+            The cellular authentication information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Instance of CellularAuthInformation.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.Hidden">\r
+            <summary>\r
+            Checks whether the profile is hidden.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>True if the cellular profile is hidden, otherwise false.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.Editable">\r
+            <summary>\r
+            Checks whether the profile is editable.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>True if the cellular profile is editable, otherwise false.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularProfile.IsDefault">\r
+            <summary>\r
+            Checks whether the profile is default.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>True if the cellular profile is default, otherwise false.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.CellularAuthInformation">\r
+            <summary>\r
+            This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.CellularAuthInformation.#ctor">\r
+            <summary>\r
+            Default constructor. Initializes an object of the CellularAuthInformation.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularAuthInformation.UserName">\r
+            <summary>\r
+            The user name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular user name.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularAuthInformation.Password">\r
+            <summary>\r
+            The password.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular password.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.CellularAuthInformation.AuthType">\r
+            <summary>\r
+            The authentication type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular authentication type.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.SafeConnectionHandle">\r
+            <summary>\r
+            This class manages the connection handle resources.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.SafeConnectionHandle.IsInvalid">\r
+            <summary>\r
+            Checks whether the handle value is valid or not.\r
+            </summary>\r
+            <value>True if the handle is invalid, otherwise false.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.SafeConnectionHandle.ReleaseHandle">\r
+            <summary>\r
+            Frees the handle.\r
+            </summary>\r
+            <returns>True if the handle is released successfully, otherwise false.</returns>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionManager">\r
+            <summary>\r
+            This is the ConnectionManager class. It provides functions to manage data connections.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="E:Tizen.Network.Connection.ConnectionManager.ConnectionTypeChanged">\r
+            <summary>\r
+            An event is called when the type of the current connection is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Connection.ConnectionManager.EthernetCableStateChanged">\r
+            <summary>\r
+            An event for the ethernet cable is plugged [in/out] event.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Connection.ConnectionManager.IPAddressChanged">\r
+            <summary>\r
+            An event is called when the IP address is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Connection.ConnectionManager.ProxyAddressChanged">\r
+            <summary>\r
+            An event is called when the proxy address is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetConnectionHandle">\r
+            <summary>\r
+            Gets the connection handle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>Instance of SafeConnectionHandle.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetIPAddress(Tizen.Network.Connection.AddressFamily)">\r
+            <summary>\r
+            Gets the IP address of the current connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="family">The address family.</param>\r
+            <returns>IP address of the connection (global address in case of IPv6).</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetAllIPv6Addresses(Tizen.Network.Connection.ConnectionType)">\r
+            <summary>\r
+            Gets all the IPv6 addresses of the current connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The type of current network connection.</param>\r
+            <returns>A list of IPv6 addresses of the connection.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetProxy(Tizen.Network.Connection.AddressFamily)">\r
+            <summary>\r
+            Gets the proxy address of the current connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="family">The address family.</param>\r
+            <returns>Proxy address of the connection.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetMacAddress(Tizen.Network.Connection.ConnectionType)">\r
+            <summary>\r
+            Gets the MAC address of the Wi-Fi or ethernet.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The type of current network connection.</param>\r
+            <returns>MAC address of the Wi-Fi or ethernet.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.GetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">\r
+            <summary>\r
+            Gets the statistics information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>\r
+            <param name="statisticsType">The type of statistics.</param>\r
+            <returns>The statistics information associated with statisticsType.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.ResetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">\r
+            <summary>\r
+            Resets the statistics information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>\r
+            <param name="statisticsType">The type of statistics.</param>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.AddRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">\r
+            <summary>\r
+            Adds a route to the routing table.\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <param name="family">The address family.</param>\r
+            <param name="interfaceName">The name of the network interface.</param>\r
+            <param name="hostAddress">The IP address of the host.</param>\r
+            <param name="gateway">The gateway address.</param>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.RemoveRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">\r
+            <summary>\r
+            Removes a route from the routing table.\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <param name="family">The address family.</param>\r
+            <param name="interfaceName">The name of network interface.</param>\r
+            <param name="hostAddress">The IP address of the host.</param>\r
+            <param name="gateway">The gateway address.</param>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.CurrentConnection">\r
+            <summary>\r
+            The type and state of the current profile for data connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Instance of ConnectionItem.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionManager.CreateCellularProfile(Tizen.Network.Connection.ConnectionProfileType,System.String)">\r
+            <summary>\r
+            Creates a cellular profile handle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The type of profile. Cellular profile type is supported.</param>\r
+            <param name="keyword">The keyword included in profile name.</param>\r
+            <returns>CellularProfile object.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a keyword value is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a method fails due to invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.CellularState">\r
+            <summary>\r
+            The state of the cellular connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Cellular network state.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.WiFiState">\r
+            <summary>\r
+            The state of the Wi-Fi connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>WiFi connection state.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.BluetoothState">\r
+            <summary>\r
+            The state of the Bluetooth connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Bluetooth connection state.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetState">\r
+            <summary>\r
+            The Ethernet connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Ethernet connection state.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetCableState">\r
+            <summary>\r
+            Checks if the ethernet cable is attached or not.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Ethernet cable state.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionItem">\r
+            <summary>\r
+            This class contains connection information, such as connection type and state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionItem.Type">\r
+            <summary>\r
+            The type of the current profile for data connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Data connection current profile.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionItem.State">\r
+            <summary>\r
+            The state of the current profile for data connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Connection state of the current connection type.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionTypeEventArgs">\r
+            <summary>\r
+            An extended EventArgs class, which contains changed connection type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionTypeEventArgs.ConnectionType">\r
+            <summary>\r
+            The connection type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Type of the connection.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.EthernetCableStateEventArgs">\r
+            <summary>\r
+            An extended EventArgs class, which contains changed ethernet cable state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.EthernetCableStateEventArgs.EthernetCableState">\r
+            <summary>\r
+            The ethernet cable state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Attached or detached state of the ethernet cable.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.AddressEventArgs">\r
+            <summary>\r
+            An extended EventArgs class, which contains changed address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv4Address">\r
+            <summary>\r
+            The IPV4 address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP address in the format of the IPV4 syntax.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv6Address">\r
+            <summary>\r
+            The IPV6 address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP address in the format of the IPV6 syntax.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionProfile">\r
+            <summary>\r
+            This is the ConnectionProfile class. It provides event and properties of the connection profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="E:Tizen.Network.Connection.ConnectionProfile.ProfileStateChanged">\r
+            <summary>\r
+            The event is called when the state of profile is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfile.Dispose">\r
+            <summary>\r
+            Disposes the memory allocated to unmanaged resources.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.Id">\r
+            <summary>\r
+            The profile ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Unique ID of the profile.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.Name">\r
+            <summary>\r
+            The profile name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>User friendly name of the profile.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.Type">\r
+            <summary>\r
+            The network type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Profile type of the network connection.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.InterfaceName">\r
+            <summary>\r
+            The name of the network interface.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Network interface name, for example, eth0 and pdp0.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfile.Refresh">\r
+            <summary>\r
+            Refreshes the profile information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfile.GetState(Tizen.Network.Connection.AddressFamily)">\r
+            <summary>\r
+            Gets the network state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="family">The address family.</param>\r
+            <returns>The network state.</returns>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyType">\r
+            <summary>\r
+            The Proxy type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Proxy type of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown during set when a operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyAddress">\r
+            <summary>\r
+            The proxy address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Proxy address of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv4Settings">\r
+            <summary>\r
+            The address information (IPv4).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Instance of IAddressInformation with IPV4 address.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv6Settings">\r
+            <summary>\r
+            The address information (IPv6).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Instance of IAddressInformation with IPV6 address.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ProfileStateEventArgs">\r
+            <summary>\r
+            An extended EventArgs class, which contains changed profile state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ProfileStateEventArgs.State">\r
+            <summary>\r
+            The profile state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>State type of the connection profile.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionProfileManager">\r
+            <summary>\r
+            This is the ConnectionProfileManager class. It provides functions to add, get, connect, or modify the connection profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.AddCellularProfile(Tizen.Network.Connection.CellularProfile)">\r
+            <summary>\r
+            Adds a new profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="profile">The cellular profile object.</param>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when connection or profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetProfileListAsync(Tizen.Network.Connection.ProfileListType)">\r
+            <summary>\r
+            Gets the list of the profile with the profile list type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The type of profile.</param>\r
+            <returns>List of connection profile objects.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance has been disposed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.ConnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">\r
+            <summary>\r
+            Opens a connection of profile asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="profile">The connection profile object.</param>\r
+            <returns>A task indicates whether the ConnectProfileAsync method is done successfully or not.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.DisconnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">\r
+            <summary>\r
+            Closes a connection of profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="profile">The connection profile object.</param>\r
+            <returns>A task indicates whether the DisconnectProfileAsync method is done successfully or not.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.RemoveProfile(Tizen.Network.Connection.ConnectionProfile)">\r
+            <summary>\r
+            Removes an existing profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="profile">The connection profile object.</param>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.UpdateProfile(Tizen.Network.Connection.ConnectionProfile)">\r
+            <summary>\r
+            Updates an existing profile.\r
+            When a profile is changed, these changes will be not applied to the ConnectionProfileManager immediately.\r
+            When you call this function, your changes affect the ConnectionProfileManager and the existing profile is updated.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="profile">The connection profile object.</param>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetCurrentProfile">\r
+            <summary>\r
+            Gets the name of the default profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>Connection profile object.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType)">\r
+            <summary>\r
+            Gets the default profile, which provides the given cellular service.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The cellular service type.</param>\r
+            <returns>Connection profile object.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.ConnectionProfileManager.SetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType,Tizen.Network.Connection.ConnectionProfile)">\r
+            <summary>\r
+            Sets the default profile, which provides the given cellular service.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type">The cellular service type.</param>\r
+            <param name="profile">The connection profile object.</param>\r
+            <returns>A task indicates whether the SetDefaultCellularProfile method is done successfully or not.</returns>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <feature>http://tizen.org/feature/network.telephony</feature>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>\r
+            <feature>http://tizen.org/feature/network.ethernet</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a connection or a profile instance is invalid or when a method fails due to invalid operation.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionProfileStateEventArgs">\r
+            <summary>\r
+            An extended EventArgs class, which contains the state of changed connection profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.ConnectionProfileStateEventArgs.ConnectionProfileState">\r
+            <summary>\r
+            The connection profile state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>State of the connection profile.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.ConnectionType">\r
+            <summary>\r
+            Enumeration for the connection type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionType.WiFi" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionType.Cellular" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionType.Ethernet" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionType.Bluetooth" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionType.NetProxy" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.AddressFamily">\r
+            <summary>\r
+            Enumeration for the address family.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.AddressFamily.IPv6" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.CellularState">\r
+            <summary>\r
+            Enumeration for the cellular network state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.CellularState.FlightMode" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularState.RoamingOff" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularState.CallOnlyAvailable" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularState.Available" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularState.Connected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ConnectionState">\r
+            <summary>\r
+            Enumeration for the connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionState.Disconnected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionState.Connected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.EthernetCableState">\r
+            <summary>\r
+            Enumeration for the attached or detached state of the ethernet cable.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.EthernetCableState.Attached" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.StatisticsType">\r
+            <summary>\r
+            Enumeration for the statistics type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.StatisticsType.LastSentData" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.StatisticsType.TotalReceivedData" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.StatisticsType.TotalSentData" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ConnectionProfileType">\r
+            <summary>\r
+            Enumeration for the network connection type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileType.WiFi" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileType.Ethernet" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileType.Bt" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ProfileState">\r
+            <summary>\r
+            Enumeration for the profile state type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ProfileState.Association" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ProfileState.Configuration" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ProfileState.Connected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ProxyType">\r
+            <summary>\r
+            Enumeration for the proxy method type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ProxyType.Auto" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ProxyType.Manual" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.IPConfigType">\r
+            <summary>\r
+            Enumeration for the IP configuration type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.IPConfigType.Static" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.IPConfigType.Dynamic" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.IPConfigType.Auto" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.IPConfigType.Fixed" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.CellularServiceType">\r
+            <summary>\r
+            Enumeration for the cellular service type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.Internet" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.MMS" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.PrepaidInternet" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.PrepaidMMS" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.Tethering" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularServiceType.Application" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.CellularPdnType">\r
+            <summary>\r
+            Enumeration for the cellular pdn type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.CellularPdnType.IPv4" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularPdnType.IPv6" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularPdnType.IPv4_IPv6" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.DnsConfigType">\r
+            <summary>\r
+            Enumeration for the DNS configuration type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.DnsConfigType.Static" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.DnsConfigType.Dynamic" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ConnectionError">\r
+            <summary>\r
+            Enumeration for the connection errors.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.InvalidParameter" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.OutOfMemoryError" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.InvalidOperation" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.AddressFamilyNotSupported" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.OperationFailed" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.EndOfIteration" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.NoConnection" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.NowInProgress" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="F:Tizen.Network.Connection.ConnectionError.AlreadyExists">\r
+            Now in progress \r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.OperationAborted" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.DhcpFailed" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.InvalidKey" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.NoReply" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.PermissionDenied" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionError.NotSupported" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ProfileListType">\r
+            <summary>\r
+            Enumeration for the profile list type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ProfileListType.Connected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ProfileListType.Default" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.WiFiSecurityType">\r
+            <summary>\r
+            Enumeration for the security type of Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.WiFiSecurityType.Wep" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiSecurityType.WpaPsk" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiSecurityType.Wpa2Psk" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiSecurityType.Eap" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.WiFiEncryptionType">\r
+            <summary>\r
+            Enumeration for the encryption modes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.WiFiEncryptionType.Wep" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiEncryptionType.Tkip" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiEncryptionType.Aes" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.WiFiEncryptionType.TkipAesMixed" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.ConnectionProfileState">\r
+            <summary>\r
+            Enumeration for the connection profile state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileState.Association" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileState.Configuration" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.ConnectionProfileState.Connected" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.CellularAuthType">\r
+            <summary>\r
+            Enumeration for the cellular authentication type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <!-- "F:Tizen.Network.Connection.CellularAuthType.Pap" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "F:Tizen.Network.Connection.CellularAuthType.Chap" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Connection.IAddressInformation">\r
+            <summary>\r
+            This interface provides properties to manage address information of the connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.Dns1">\r
+            <summary>\r
+            The DNS address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>First DNS address of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.Dns2">\r
+            <summary>\r
+            The DNS address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Second DNS address of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.Gateway">\r
+            <summary>\r
+            The gateway address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Gateway address of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.SubnetMask">\r
+            <summary>\r
+            The subnet mask address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Subnet mask of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.IP">\r
+            <summary>\r
+            The IP address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP address of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.IPConfigType">\r
+            <summary>\r
+            The type of IP config.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP config type of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.PrefixLength">\r
+            <summary>\r
+            The prefix length.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Prefix length of the connection.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.DnsConfigType">\r
+            <summary>\r
+            The DNS config type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Config type of the DNS.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown during set when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.IAddressInformation.DhcpServerAddress">\r
+            <summary>\r
+            The DHCP server address. It is only supported for the IPV4 address family.\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <value>Server address of the DHCP.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Connection.WiFiProfile">\r
+            <summary>\r
+            This is the WiFiProfile class. It provides functions to manage the WiFi profile.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.Essid">\r
+            <summary>\r
+            The ESSID (Extended Service Set Identifier).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>ESSID of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.Bssid">\r
+            <summary>\r
+            The BSSID (Basic Service Set Identifier).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>BSSID of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.Rssi">\r
+            <summary>\r
+            The RSSI.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>RSSI of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.Frequency">\r
+            <summary>\r
+            The frequency (MHz).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Frequency of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.MaxSpeed">\r
+            <summary>\r
+            The max speed (Mbps).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Maximum speed of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.SecurityType">\r
+            <summary>\r
+            The security type of WiFi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Security type of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.EncryptionType">\r
+            <summary>\r
+            The encryption type of WiFi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Encryption mode of the WiFi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.PassphraseRequired">\r
+            <summary>\r
+            Checks whether passphrase is required.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>True if a passphrase is required, otherwise false.</value>\r
+            <remarks>This property is not valid if <c>WiFiSecurityType</c> is <c>Eap</c>.</remarks>\r
+        </member>\r
+        <member name="P:Tizen.Network.Connection.WiFiProfile.WpsSupported">\r
+            <summary>\r
+            Checks whether the WPS (Wi-Fi Protected Setup) is supported.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>True if WPS is supported, otherwise false.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.Connection.WiFiProfile.SetPassphrase(System.String)">\r
+            <summary>\r
+            Sets the passphrase of the Wi-Fi WPA.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="passphrase">The passphrase of Wi-Fi security.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when a passphrase is null.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>\r
+        </member>\r
+    </members>\r
+</doc>\r