From: chleun.moon Date: Tue, 12 Sep 2017 02:09:14 +0000 (+0900) Subject: [Connection] Add API version X-Git-Tag: preview1-00189^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F149221%2F2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Connection] Add API version Change-Id: I3b4f8ef077eefb097e2bde0392437f0b08306ba9 Signed-off-by: Cheoleun Moon --- diff --git a/src/Tizen.Network.Connection/Tizen.Network.Connection/CellularProfile.cs b/src/Tizen.Network.Connection/Tizen.Network.Connection/CellularProfile.cs index a9bff16..ebb3f81 100755 --- a/src/Tizen.Network.Connection/Tizen.Network.Connection/CellularProfile.cs +++ b/src/Tizen.Network.Connection/Tizen.Network.Connection/CellularProfile.cs @@ -375,6 +375,7 @@ namespace Tizen.Network.Connection /// /// Default constructor. Initializes an object of the CellularAuthInformation. /// + /// 3 public CellularAuthInformation() { } diff --git a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs index 9fa8b86..3636f1d 100755 --- a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs +++ b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs @@ -304,6 +304,7 @@ namespace Tizen.Network.Connection /// /// Adds a route to the routing table. /// + /// 4 /// The address family. /// The name of the network interface. /// The IP address of the host. @@ -328,6 +329,7 @@ namespace Tizen.Network.Connection /// /// Removes a route from the routing table. /// + /// 4 /// The address family. /// The name of network interface. /// The IP address of the host. diff --git a/src/Tizen.Network.Connection/Tizen.Network.Connection/IAddressInformation.cs b/src/Tizen.Network.Connection/Tizen.Network.Connection/IAddressInformation.cs index ee0882a..4a2a475 100755 --- a/src/Tizen.Network.Connection/Tizen.Network.Connection/IAddressInformation.cs +++ b/src/Tizen.Network.Connection/Tizen.Network.Connection/IAddressInformation.cs @@ -113,6 +113,7 @@ namespace Tizen.Network.Connection /// /// The DHCP server address. It is only supported for the IPV4 address family. /// + /// 4 /// Server address of the DHCP. System.Net.IPAddress DhcpServerAddress { get; } }