Release 4.0.0-preview1-00184
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.Connection.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Network.Connection</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Network.Connection.CellularProfile">
8             <summary>
9             This is the CellularProfile class. It provides functions to manage the cellular profile.
10             </summary>
11             <since_tizen> 3 </since_tizen>
12         </member>
13         <member name="P:Tizen.Network.Connection.CellularProfile.Apn">
14             <summary>
15             The APN (access point name).
16             </summary>
17             <since_tizen> 3 </since_tizen>
18             <value>Cellular access point name.</value>
19             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
20             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
21             <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
22             <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>
23             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
24         </member>
25         <member name="P:Tizen.Network.Connection.CellularProfile.HomeUri">
26             <summary>
27             The home URL.
28             </summary>
29             <since_tizen> 3 </since_tizen>
30             <value>Cellular home URL.</value>
31             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
32             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
33             <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
34             <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>
35             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
36         </member>
37         <member name="P:Tizen.Network.Connection.CellularProfile.ServiceType">
38             <summary>
39             The service type.
40             </summary>
41             <since_tizen> 3 </since_tizen>
42             <value>Cellular service type.</value>
43             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
44             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
45             <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>
46             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
47         </member>
48         <member name="P:Tizen.Network.Connection.CellularProfile.PdnType">
49             <summary>
50             The cellular pdn type.
51             </summary>
52             <since_tizen> 3 </since_tizen>
53             <value>Cellular pdn type.</value>
54             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
55             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
56             <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>
57             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
58         </member>
59         <member name="P:Tizen.Network.Connection.CellularProfile.RoamingPdnType">
60             <summary>
61             The cellular roaming pdn type.
62             </summary>
63             <since_tizen> 3 </since_tizen>
64             <value>Cellular roaming pdn type.</value>
65             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
66             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
67             <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>
68             <exception cref="T:System.ObjectDisposedException">Thrown when a operation is performed on a disposed object.</exception>
69         </member>
70         <member name="P:Tizen.Network.Connection.CellularProfile.CellularAuthInfo">
71             <summary>
72             The cellular authentication information.
73             </summary>
74             <since_tizen> 3 </since_tizen>
75             <value>Instance of CellularAuthInformation.</value>
76             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
77             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
78             <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
79             <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>
80             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
81         </member>
82         <member name="P:Tizen.Network.Connection.CellularProfile.Hidden">
83             <summary>
84             Checks whether the profile is hidden.
85             </summary>
86             <since_tizen> 3 </since_tizen>
87             <value>True if the cellular profile is hidden, otherwise false.</value>
88         </member>
89         <member name="P:Tizen.Network.Connection.CellularProfile.Editable">
90             <summary>
91             Checks whether the profile is editable.
92             </summary>
93             <since_tizen> 3 </since_tizen>
94             <value>True if the cellular profile is editable, otherwise false.</value>
95         </member>
96         <member name="P:Tizen.Network.Connection.CellularProfile.IsDefault">
97             <summary>
98             Checks whether the profile is default.
99             </summary>
100             <since_tizen> 3 </since_tizen>
101             <value>True if the cellular profile is default, otherwise false.</value>
102         </member>
103         <member name="T:Tizen.Network.Connection.CellularAuthInformation">
104             <summary>
105             This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.
106             </summary>
107             <since_tizen> 3 </since_tizen>
108         </member>
109         <member name="M:Tizen.Network.Connection.CellularAuthInformation.#ctor">
110             <summary>
111             Default constructor. Initializes an object of the CellularAuthInformation.
112             </summary>
113         </member>
114         <member name="P:Tizen.Network.Connection.CellularAuthInformation.UserName">
115             <summary>
116             The user name.
117             </summary>
118             <since_tizen> 3 </since_tizen>
119             <value>Cellular user name.</value>
120         </member>
121         <member name="P:Tizen.Network.Connection.CellularAuthInformation.Password">
122             <summary>
123             The password.
124             </summary>
125             <since_tizen> 3 </since_tizen>
126             <value>Cellular password.</value>
127         </member>
128         <member name="P:Tizen.Network.Connection.CellularAuthInformation.AuthType">
129             <summary>
130             The authentication type.
131             </summary>
132             <since_tizen> 3 </since_tizen>
133             <value>Cellular authentication type.</value>
134         </member>
135         <member name="T:Tizen.Network.Connection.SafeConnectionHandle">
136             <summary>
137             This class manages the connection handle resources.
138             </summary>
139         </member>
140         <member name="P:Tizen.Network.Connection.SafeConnectionHandle.IsInvalid">
141             <summary>
142             Checks whether the handle value is valid or not.
143             </summary>
144             <value>True if the handle is invalid, otherwise false.</value>
145         </member>
146         <member name="M:Tizen.Network.Connection.SafeConnectionHandle.ReleaseHandle">
147             <summary>
148             Frees the handle.
149             </summary>
150             <returns>True if the handle is released successfully, otherwise false.</returns>
151         </member>
152         <member name="T:Tizen.Network.Connection.ConnectionManager">
153             <summary>
154             This is the ConnectionManager class. It provides functions to manage data connections.
155             </summary>
156             <since_tizen> 3 </since_tizen>
157         </member>
158         <member name="E:Tizen.Network.Connection.ConnectionManager.ConnectionTypeChanged">
159             <summary>
160             An event is called when the type of the current connection is changed.
161             </summary>
162             <since_tizen> 3 </since_tizen>
163             <privilege>http://tizen.org/privilege/network.get</privilege>
164             <feature>http://tizen.org/feature/network.ethernet</feature>
165             <feature>http://tizen.org/feature/network.telephony</feature>
166             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
167             <feature>http://tizen.org/feature/network.wifi</feature>
168             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
169             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
170         </member>
171         <member name="E:Tizen.Network.Connection.ConnectionManager.EthernetCableStateChanged">
172             <summary>
173             An event for the ethernet cable is plugged [in/out] event.
174             </summary>
175             <since_tizen> 3 </since_tizen>
176             <privilege>http://tizen.org/privilege/network.get</privilege>
177             <feature>http://tizen.org/feature/network.ethernet</feature>
178             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
179             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
180         </member>
181         <member name="E:Tizen.Network.Connection.ConnectionManager.IPAddressChanged">
182             <summary>
183             An event is called when the IP address is changed.
184             </summary>
185             <since_tizen> 3 </since_tizen>
186             <privilege>http://tizen.org/privilege/network.get</privilege>
187             <feature>http://tizen.org/feature/network.ethernet</feature>
188             <feature>http://tizen.org/feature/network.telephony</feature>
189             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
190             <feature>http://tizen.org/feature/network.wifi</feature>
191             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
192             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
193         </member>
194         <member name="E:Tizen.Network.Connection.ConnectionManager.ProxyAddressChanged">
195             <summary>
196             An event is called when the proxy address is changed.
197             </summary>
198             <since_tizen> 3 </since_tizen>
199             <privilege>http://tizen.org/privilege/network.get</privilege>
200             <feature>http://tizen.org/feature/network.ethernet</feature>
201             <feature>http://tizen.org/feature/network.telephony</feature>
202             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
203             <feature>http://tizen.org/feature/network.wifi</feature>
204             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
205             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
206         </member>
207         <member name="M:Tizen.Network.Connection.ConnectionManager.GetConnectionHandle">
208             <summary>
209             Gets the connection handle.
210             </summary>
211             <since_tizen> 3 </since_tizen>
212             <returns>Instance of SafeConnectionHandle.</returns>
213         </member>
214         <member name="M:Tizen.Network.Connection.ConnectionManager.GetIPAddress(Tizen.Network.Connection.AddressFamily)">
215             <summary>
216             Gets the IP address of the current connection.
217             </summary>
218             <since_tizen> 3 </since_tizen>
219             <param name="family">The address family.</param>
220             <returns>IP address of the connection (global address in case of IPv6).</returns>
221             <privilege>http://tizen.org/privilege/network.get</privilege>
222             <feature>http://tizen.org/feature/network.ethernet</feature>
223             <feature>http://tizen.org/feature/network.telephony</feature>
224             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
225             <feature>http://tizen.org/feature/network.wifi</feature>
226             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
227             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
228             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
229             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
230             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
231         </member>
232         <member name="M:Tizen.Network.Connection.ConnectionManager.GetAllIPv6Addresses(Tizen.Network.Connection.ConnectionType)">
233             <summary>
234             Gets all the IPv6 addresses of the current connection.
235             </summary>
236             <since_tizen> 3 </since_tizen>
237             <param name="type">The type of current network connection.</param>
238             <returns>A list of IPv6 addresses of the connection.</returns>
239             <privilege>http://tizen.org/privilege/network.get</privilege>
240             <feature>http://tizen.org/feature/network.ethernet</feature>
241             <feature>http://tizen.org/feature/network.telephony</feature>
242             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
243             <feature>http://tizen.org/feature/network.wifi</feature>
244             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
245             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
246             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
247             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
248             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
249         </member>
250         <member name="M:Tizen.Network.Connection.ConnectionManager.GetProxy(Tizen.Network.Connection.AddressFamily)">
251             <summary>
252             Gets the proxy address of the current connection.
253             </summary>
254             <since_tizen> 3 </since_tizen>
255             <param name="family">The address family.</param>
256             <returns>Proxy address of the connection.</returns>
257             <privilege>http://tizen.org/privilege/network.get</privilege>
258             <feature>http://tizen.org/feature/network.ethernet</feature>
259             <feature>http://tizen.org/feature/network.telephony</feature>
260             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
261             <feature>http://tizen.org/feature/network.wifi</feature>
262             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
263             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
264             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
265             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
266             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
267         </member>
268         <member name="M:Tizen.Network.Connection.ConnectionManager.GetMacAddress(Tizen.Network.Connection.ConnectionType)">
269             <summary>
270             Gets the MAC address of the Wi-Fi or ethernet.
271             </summary>
272             <since_tizen> 3 </since_tizen>
273             <param name="type">The type of current network connection.</param>
274             <returns>MAC address of the Wi-Fi or ethernet.</returns>
275             <privilege>http://tizen.org/privilege/network.get</privilege>
276             <feature>http://tizen.org/feature/network.ethernet</feature>
277             <feature>http://tizen.org/feature/network.telephony</feature>
278             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
279             <feature>http://tizen.org/feature/network.wifi</feature>
280             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
281             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
282             <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
283             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
284             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
285         </member>
286         <member name="M:Tizen.Network.Connection.ConnectionManager.GetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">
287             <summary>
288             Gets the statistics information.
289             </summary>
290             <since_tizen> 3 </since_tizen>
291             <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>
292             <param name="statisticsType">The type of statistics.</param>
293             <returns>The statistics information associated with statisticsType.</returns>
294             <privilege>http://tizen.org/privilege/network.get</privilege>
295             <feature>http://tizen.org/feature/network.ethernet</feature>
296             <feature>http://tizen.org/feature/network.telephony</feature>
297             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
298             <feature>http://tizen.org/feature/network.wifi</feature>
299             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
300             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
301             <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
302             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
303             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to invalid operation.</exception>
304         </member>
305         <member name="M:Tizen.Network.Connection.ConnectionManager.ResetStatistics(Tizen.Network.Connection.ConnectionType,Tizen.Network.Connection.StatisticsType)">
306             <summary>
307             Resets the statistics information.
308             </summary>
309             <since_tizen> 3 </since_tizen>
310             <param name="connectionType">The type of connection (only WiFi and Cellular are supported).</param>
311             <param name="statisticsType">The type of statistics.</param>
312             <privilege>http://tizen.org/privilege/network.get</privilege>
313             <privilege>http://tizen.org/privilege/network.set</privilege>
314             <feature>http://tizen.org/feature/network.ethernet</feature>
315             <feature>http://tizen.org/feature/network.telephony</feature>
316             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
317             <feature>http://tizen.org/feature/network.wifi</feature>
318             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
319             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
320             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
321             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
322             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
323         </member>
324         <member name="M:Tizen.Network.Connection.ConnectionManager.AddRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">
325             <summary>
326             Adds a route to the routing table.
327             </summary>
328             <param name="family">The address family.</param>
329             <param name="interfaceName">The name of the network interface.</param>
330             <param name="hostAddress">The IP address of the host.</param>
331             <param name="gateway">The gateway address.</param>
332             <privilege>http://tizen.org/privilege/network.get</privilege>
333             <privilege>http://tizen.org/privilege/network.set</privilege>
334             <feature>http://tizen.org/feature/network.telephony</feature>
335             <feature>http://tizen.org/feature/network.wifi</feature>
336             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
337             <feature>http://tizen.org/feature/network.ethernet</feature>
338             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
339             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
340             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
341             <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
342             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
343             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
344         </member>
345         <member name="M:Tizen.Network.Connection.ConnectionManager.RemoveRoute(Tizen.Network.Connection.AddressFamily,System.String,System.Net.IPAddress,System.Net.IPAddress)">
346             <summary>
347             Removes a route from the routing table.
348             </summary>
349             <param name="family">The address family.</param>
350             <param name="interfaceName">The name of network interface.</param>
351             <param name="hostAddress">The IP address of the host.</param>
352             <param name="gateway">The gateway address.</param>
353             <privilege>http://tizen.org/privilege/network.get</privilege>
354             <privilege>http://tizen.org/privilege/network.set</privilege>
355             <feature>http://tizen.org/feature/network.telephony</feature>
356             <feature>http://tizen.org/feature/network.wifi</feature>
357             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
358             <feature>http://tizen.org/feature/network.ethernet</feature>
359             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
360             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
361             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
362             <exception cref="T:System.ArgumentNullException">Thrown when an interfaceName or a hostAddress or a gateway is null.</exception>
363             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
364             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
365         </member>
366         <member name="P:Tizen.Network.Connection.ConnectionManager.CurrentConnection">
367             <summary>
368             The type and state of the current profile for data connection.
369             </summary>
370             <since_tizen> 3 </since_tizen>
371             <value>Instance of ConnectionItem.</value>
372         </member>
373         <member name="M:Tizen.Network.Connection.ConnectionManager.CreateCellularProfile(Tizen.Network.Connection.ConnectionProfileType,System.String)">
374             <summary>
375             Creates a cellular profile handle.
376             </summary>
377             <since_tizen> 3 </since_tizen>
378             <param name="type">The type of profile. Cellular profile type is supported.</param>
379             <param name="keyword">The keyword included in profile name.</param>
380             <returns>CellularProfile object.</returns>
381             <privilege>http://tizen.org/privilege/network.get</privilege>
382             <feature>http://tizen.org/feature/network.telephony</feature>
383             <feature>http://tizen.org/feature/network.wifi</feature>
384             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
385             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
386             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
387             <exception cref="T:System.ArgumentNullException">Thrown when a keyword value is null.</exception>
388             <exception cref="T:System.InvalidOperationException">Thrown when a method fails due to invalid operation.</exception>
389         </member>
390         <member name="P:Tizen.Network.Connection.ConnectionManager.CellularState">
391             <summary>
392             The state of the cellular connection.
393             </summary>
394             <since_tizen> 3 </since_tizen>
395             <value>Cellular network state.</value>
396             <privilege>http://tizen.org/privilege/network.get</privilege>
397         </member>
398         <member name="P:Tizen.Network.Connection.ConnectionManager.WiFiState">
399             <summary>
400             The state of the Wi-Fi connection.
401             </summary>
402             <since_tizen> 3 </since_tizen>
403             <value>WiFi connection state.</value>
404             <privilege>http://tizen.org/privilege/network.get</privilege>
405         </member>
406         <member name="P:Tizen.Network.Connection.ConnectionManager.BluetoothState">
407             <summary>
408             The state of the Bluetooth connection.
409             </summary>
410             <since_tizen> 3 </since_tizen>
411             <value>Bluetooth connection state.</value>
412             <privilege>http://tizen.org/privilege/network.get</privilege>
413         </member>
414         <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetState">
415             <summary>
416             The Ethernet connection state.
417             </summary>
418             <since_tizen> 3 </since_tizen>
419             <value>Ethernet connection state.</value>
420             <privilege>http://tizen.org/privilege/network.get</privilege>
421         </member>
422         <member name="P:Tizen.Network.Connection.ConnectionManager.EthernetCableState">
423             <summary>
424             Checks if the ethernet cable is attached or not.
425             </summary>
426             <since_tizen> 3 </since_tizen>
427             <value>Ethernet cable state.</value>
428             <privilege>http://tizen.org/privilege/network.get</privilege>
429         </member>
430         <member name="T:Tizen.Network.Connection.ConnectionItem">
431             <summary>
432             This class contains connection information, such as connection type and state.
433             </summary>
434             <since_tizen> 3 </since_tizen>
435         </member>
436         <member name="P:Tizen.Network.Connection.ConnectionItem.Type">
437             <summary>
438             The type of the current profile for data connection.
439             </summary>
440             <since_tizen> 3 </since_tizen>
441             <value>Data connection current profile.</value>
442             <privilege>http://tizen.org/privilege/network.get</privilege>
443         </member>
444         <member name="P:Tizen.Network.Connection.ConnectionItem.State">
445             <summary>
446             The state of the current profile for data connection.
447             </summary>
448             <since_tizen> 3 </since_tizen>
449             <value>Connection state of the current connection type.</value>
450             <privilege>http://tizen.org/privilege/network.get</privilege>
451         </member>
452         <member name="T:Tizen.Network.Connection.ConnectionTypeEventArgs">
453             <summary>
454             An extended EventArgs class, which contains changed connection type.
455             </summary>
456             <since_tizen> 3 </since_tizen>
457         </member>
458         <member name="P:Tizen.Network.Connection.ConnectionTypeEventArgs.ConnectionType">
459             <summary>
460             The connection type.
461             </summary>
462             <since_tizen> 3 </since_tizen>
463             <value>Type of the connection.</value>
464         </member>
465         <member name="T:Tizen.Network.Connection.EthernetCableStateEventArgs">
466             <summary>
467             An extended EventArgs class, which contains changed ethernet cable state.
468             </summary>
469             <since_tizen> 3 </since_tizen>
470         </member>
471         <member name="P:Tizen.Network.Connection.EthernetCableStateEventArgs.EthernetCableState">
472             <summary>
473             The ethernet cable state.
474             </summary>
475             <since_tizen> 3 </since_tizen>
476             <value>Attached or detached state of the ethernet cable.</value>
477         </member>
478         <member name="T:Tizen.Network.Connection.AddressEventArgs">
479             <summary>
480             An extended EventArgs class, which contains changed address.
481             </summary>
482             <since_tizen> 3 </since_tizen>
483         </member>
484         <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv4Address">
485             <summary>
486             The IPV4 address.
487             </summary>
488             <since_tizen> 3 </since_tizen>
489             <value>IP address in the format of the IPV4 syntax.</value>
490         </member>
491         <member name="P:Tizen.Network.Connection.AddressEventArgs.IPv6Address">
492             <summary>
493             The IPV6 address.
494             </summary>
495             <since_tizen> 3 </since_tizen>
496             <value>IP address in the format of the IPV6 syntax.</value>
497         </member>
498         <member name="T:Tizen.Network.Connection.ConnectionProfile">
499             <summary>
500             This is the ConnectionProfile class. It provides event and properties of the connection profile.
501             </summary>
502             <since_tizen> 3 </since_tizen>
503         </member>
504         <member name="E:Tizen.Network.Connection.ConnectionProfile.ProfileStateChanged">
505             <summary>
506             The event is called when the state of profile is changed.
507             </summary>
508             <since_tizen> 3 </since_tizen>
509             <feature>http://tizen.org/feature/network.ethernet</feature>
510             <feature>http://tizen.org/feature/network.telephony</feature>
511             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
512             <feature>http://tizen.org/feature/network.wifi</feature>
513             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
514         </member>
515         <member name="M:Tizen.Network.Connection.ConnectionProfile.Dispose">
516             <summary>
517             Disposes the memory allocated to unmanaged resources.
518             </summary>
519             <since_tizen> 3 </since_tizen>
520         </member>
521         <member name="P:Tizen.Network.Connection.ConnectionProfile.Id">
522             <summary>
523             The profile ID.
524             </summary>
525             <since_tizen> 3 </since_tizen>
526             <value>Unique ID of the profile.</value>
527         </member>
528         <member name="P:Tizen.Network.Connection.ConnectionProfile.Name">
529             <summary>
530             The profile name.
531             </summary>
532             <since_tizen> 3 </since_tizen>
533             <value>User friendly name of the profile.</value>
534         </member>
535         <member name="P:Tizen.Network.Connection.ConnectionProfile.Type">
536             <summary>
537             The network type.
538             </summary>
539             <since_tizen> 3 </since_tizen>
540             <value>Profile type of the network connection.</value>
541         </member>
542         <member name="P:Tizen.Network.Connection.ConnectionProfile.InterfaceName">
543             <summary>
544             The name of the network interface.
545             </summary>
546             <since_tizen> 3 </since_tizen>
547             <value>Network interface name, for example, eth0 and pdp0.</value>
548         </member>
549         <member name="M:Tizen.Network.Connection.ConnectionProfile.Refresh">
550             <summary>
551             Refreshes the profile information.
552             </summary>
553             <since_tizen> 3 </since_tizen>
554             <privilege>http://tizen.org/privilege/network.get</privilege>
555             <feature>http://tizen.org/feature/network.ethernet</feature>
556             <feature>http://tizen.org/feature/network.telephony</feature>
557             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
558             <feature>http://tizen.org/feature/network.wifi</feature>
559             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
560             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
561             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
562             <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
563             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
564         </member>
565         <member name="M:Tizen.Network.Connection.ConnectionProfile.GetState(Tizen.Network.Connection.AddressFamily)">
566             <summary>
567             Gets the network state.
568             </summary>
569             <since_tizen> 3 </since_tizen>
570             <param name="family">The address family.</param>
571             <returns>The network state.</returns>
572             <feature>http://tizen.org/feature/network.ethernet</feature>
573             <feature>http://tizen.org/feature/network.telephony</feature>
574             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
575             <feature>http://tizen.org/feature/network.wifi</feature>
576             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
577             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
578             <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
579             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
580         </member>
581         <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyType">
582             <summary>
583             The Proxy type.
584             </summary>
585             <since_tizen> 3 </since_tizen>
586             <value>Proxy type of the connection.</value>
587             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
588             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
589             <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>
590             <exception cref="T:System.ObjectDisposedException">Thrown during set when a operation is performed on a disposed object.</exception>
591         </member>
592         <member name="P:Tizen.Network.Connection.ConnectionProfile.ProxyAddress">
593             <summary>
594             The proxy address.
595             </summary>
596             <since_tizen> 3 </since_tizen>
597             <value>Proxy address of the connection.</value>
598             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
599             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
600             <exception cref="T:System.ArgumentNullException">Thrown during set when a value is null.</exception>
601             <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>
602             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
603         </member>
604         <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv4Settings">
605             <summary>
606             The address information (IPv4).
607             </summary>
608             <since_tizen> 3 </since_tizen>
609             <value>Instance of IAddressInformation with IPV4 address.</value>
610         </member>
611         <member name="P:Tizen.Network.Connection.ConnectionProfile.IPv6Settings">
612             <summary>
613             The address information (IPv6).
614             </summary>
615             <since_tizen> 3 </since_tizen>
616             <value>Instance of IAddressInformation with IPV6 address.</value>
617         </member>
618         <member name="T:Tizen.Network.Connection.ProfileStateEventArgs">
619             <summary>
620             An extended EventArgs class, which contains changed profile state.
621             </summary>
622             <since_tizen> 3 </since_tizen>
623         </member>
624         <member name="P:Tizen.Network.Connection.ProfileStateEventArgs.State">
625             <summary>
626             The profile state.
627             </summary>
628             <since_tizen> 3 </since_tizen>
629             <value>State type of the connection profile.</value>
630         </member>
631         <member name="T:Tizen.Network.Connection.ConnectionProfileManager">
632             <summary>
633             This is the ConnectionProfileManager class. It provides functions to add, get, connect, or modify the connection profile.
634             </summary>
635             <since_tizen> 3 </since_tizen>
636         </member>
637         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.AddCellularProfile(Tizen.Network.Connection.CellularProfile)">
638             <summary>
639             Adds a new profile.
640             </summary>
641             <since_tizen> 3 </since_tizen>
642             <param name="profile">The cellular profile object.</param>
643             <privilege>http://tizen.org/privilege/network.profile</privilege>
644             <privilege>http://tizen.org/privilege/network.get</privilege>
645             <feature>http://tizen.org/feature/network.telephony</feature>
646             <feature>http://tizen.org/feature/network.wifi</feature>
647             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
648             <feature>http://tizen.org/feature/network.ethernet</feature>
649             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
650             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
651             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
652             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
653             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
654             <exception cref="T:System.InvalidOperationException">Thrown when connection or profile instance is invalid or when a method fails due to an invalid operation.</exception>
655         </member>
656         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetProfileListAsync(Tizen.Network.Connection.ProfileListType)">
657             <summary>
658             Gets the list of the profile with the profile list type.
659             </summary>
660             <since_tizen> 3 </since_tizen>
661             <param name="type">The type of profile.</param>
662             <returns>List of connection profile objects.</returns>
663             <privilege>http://tizen.org/privilege/network.get</privilege>
664             <feature>http://tizen.org/feature/network.telephony</feature>
665             <feature>http://tizen.org/feature/network.wifi</feature>
666             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
667             <feature>http://tizen.org/feature/network.ethernet</feature>
668             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
669             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
670             <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
671             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
672             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance has been disposed.</exception>
673         </member>
674         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.ConnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">
675             <summary>
676             Opens a connection of profile asynchronously.
677             </summary>
678             <since_tizen> 3 </since_tizen>
679             <param name="profile">The connection profile object.</param>
680             <returns>A task indicates whether the ConnectProfileAsync method is done successfully or not.</returns>
681             <privilege>http://tizen.org/privilege/network.get</privilege>
682             <privilege>http://tizen.org/privilege/network.set</privilege>
683             <feature>http://tizen.org/feature/network.telephony</feature>
684             <feature>http://tizen.org/feature/network.wifi</feature>
685             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
686             <feature>http://tizen.org/feature/network.ethernet</feature>
687             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
688             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
689             <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
690             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
691             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
692             <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>
693         </member>
694         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.DisconnectProfileAsync(Tizen.Network.Connection.ConnectionProfile)">
695             <summary>
696             Closes a connection of profile.
697             </summary>
698             <since_tizen> 3 </since_tizen>
699             <param name="profile">The connection profile object.</param>
700             <returns>A task indicates whether the DisconnectProfileAsync method is done successfully or not.</returns>
701             <privilege>http://tizen.org/privilege/network.get</privilege>
702             <privilege>http://tizen.org/privilege/network.set</privilege>
703             <feature>http://tizen.org/feature/network.telephony</feature>
704             <feature>http://tizen.org/feature/network.wifi</feature>
705             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
706             <feature>http://tizen.org/feature/network.ethernet</feature>
707             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
708             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
709             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
710             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
711             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
712             <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>
713         </member>
714         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.RemoveProfile(Tizen.Network.Connection.ConnectionProfile)">
715             <summary>
716             Removes an existing profile.
717             </summary>
718             <since_tizen> 3 </since_tizen>
719             <param name="profile">The connection profile object.</param>
720             <privilege>http://tizen.org/privilege/network.get</privilege>
721             <privilege>http://tizen.org/privilege/network.profile</privilege>
722             <feature>http://tizen.org/feature/network.telephony</feature>
723             <feature>http://tizen.org/feature/network.wifi</feature>
724             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
725             <feature>http://tizen.org/feature/network.ethernet</feature>
726             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
727             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
728             <exception cref="T:System.ArgumentException">Thrown when value is an invalid parameter.</exception>
729             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
730             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
731             <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>
732         </member>
733         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.UpdateProfile(Tizen.Network.Connection.ConnectionProfile)">
734             <summary>
735             Updates an existing profile.
736             When a profile is changed, these changes will be not applied to the ConnectionProfileManager immediately.
737             When you call this function, your changes affect the ConnectionProfileManager and the existing profile is updated.
738             </summary>
739             <since_tizen> 3 </since_tizen>
740             <param name="profile">The connection profile object.</param>
741             <privilege>http://tizen.org/privilege/network.get</privilege>
742             <privilege>http://tizen.org/privilege/network.profile</privilege>
743             <feature>http://tizen.org/feature/network.telephony</feature>
744             <feature>http://tizen.org/feature/network.wifi</feature>
745             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
746             <feature>http://tizen.org/feature/network.ethernet</feature>
747             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
748             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
749             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
750             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
751             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
752             <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>
753         </member>
754         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetCurrentProfile">
755             <summary>
756             Gets the name of the default profile.
757             </summary>
758             <since_tizen> 3 </since_tizen>
759             <returns>Connection profile object.</returns>
760             <privilege>http://tizen.org/privilege/network.get</privilege>
761             <feature>http://tizen.org/feature/network.telephony</feature>
762             <feature>http://tizen.org/feature/network.wifi</feature>
763             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
764             <feature>http://tizen.org/feature/network.ethernet</feature>
765             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
766             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
767             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
768             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
769             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
770         </member>
771         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.GetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType)">
772             <summary>
773             Gets the default profile, which provides the given cellular service.
774             </summary>
775             <since_tizen> 3 </since_tizen>
776             <param name="type">The cellular service type.</param>
777             <returns>Connection profile object.</returns>
778             <privilege>http://tizen.org/privilege/network.get</privilege>
779             <feature>http://tizen.org/feature/network.telephony</feature>
780             <feature>http://tizen.org/feature/network.wifi</feature>
781             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
782             <feature>http://tizen.org/feature/network.ethernet</feature>
783             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
784             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
785             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
786             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
787             <exception cref="T:System.InvalidOperationException">Thrown when a connection instance is invalid or when a method fails due to an invalid operation.</exception>
788         </member>
789         <member name="M:Tizen.Network.Connection.ConnectionProfileManager.SetDefaultCellularProfile(Tizen.Network.Connection.CellularServiceType,Tizen.Network.Connection.ConnectionProfile)">
790             <summary>
791             Sets the default profile, which provides the given cellular service.
792             </summary>
793             <since_tizen> 3 </since_tizen>
794             <param name="type">The cellular service type.</param>
795             <param name="profile">The connection profile object.</param>
796             <returns>A task indicates whether the SetDefaultCellularProfile method is done successfully or not.</returns>
797             <privilege>http://tizen.org/privilege/network.get</privilege>
798             <privilege>http://tizen.org/privilege/network.profile</privilege>
799             <feature>http://tizen.org/feature/network.telephony</feature>
800             <feature>http://tizen.org/feature/network.wifi</feature>
801             <feature>http://tizen.org/feature/network.tethering.bluetooth</feature>
802             <feature>http://tizen.org/feature/network.ethernet</feature>
803             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
804             <exception cref="T:System.UnauthorizedAccessException">Thrown when a permission is denied.</exception>
805             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
806             <exception cref="T:System.ArgumentNullException">Thrown when a value is null.</exception>
807             <exception cref="T:System.OutOfMemoryException">Thrown when memory is not enough to continue execution.</exception>
808             <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>
809         </member>
810         <member name="T:Tizen.Network.Connection.ConnectionProfileStateEventArgs">
811             <summary>
812             An extended EventArgs class, which contains the state of changed connection profile.
813             </summary>
814             <since_tizen> 3 </since_tizen>
815         </member>
816         <member name="P:Tizen.Network.Connection.ConnectionProfileStateEventArgs.ConnectionProfileState">
817             <summary>
818             The connection profile state.
819             </summary>
820             <since_tizen> 3 </since_tizen>
821             <value>State of the connection profile.</value>
822         </member>
823         <member name="T:Tizen.Network.Connection.ConnectionType">
824             <summary>
825             Enumeration for the connection type.
826             </summary>
827             <since_tizen> 3 </since_tizen>
828         </member>
829         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.WiFi" -->
830         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Cellular" -->
831         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Ethernet" -->
832         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.Bluetooth" -->
833         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionType.NetProxy" -->
834         <member name="T:Tizen.Network.Connection.AddressFamily">
835             <summary>
836             Enumeration for the address family.
837             </summary>
838             <since_tizen> 3 </since_tizen>
839         </member>
840         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.AddressFamily.IPv6" -->
841         <member name="T:Tizen.Network.Connection.CellularState">
842             <summary>
843             Enumeration for the cellular network state.
844             </summary>
845             <since_tizen> 3 </since_tizen>
846         </member>
847         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.FlightMode" -->
848         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.RoamingOff" -->
849         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.CallOnlyAvailable" -->
850         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.Available" -->
851         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularState.Connected" -->
852         <member name="T:Tizen.Network.Connection.ConnectionState">
853             <summary>
854             Enumeration for the connection state.
855             </summary>
856             <since_tizen> 3 </since_tizen>
857         </member>
858         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionState.Disconnected" -->
859         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionState.Connected" -->
860         <member name="T:Tizen.Network.Connection.EthernetCableState">
861             <summary>
862             Enumeration for the attached or detached state of the ethernet cable.
863             </summary>
864             <since_tizen> 3 </since_tizen>
865         </member>
866         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.EthernetCableState.Attached" -->
867         <member name="T:Tizen.Network.Connection.StatisticsType">
868             <summary>
869             Enumeration for the statistics type.
870             </summary>
871             <since_tizen> 3 </since_tizen>
872         </member>
873         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.LastSentData" -->
874         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.TotalReceivedData" -->
875         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.StatisticsType.TotalSentData" -->
876         <member name="T:Tizen.Network.Connection.ConnectionProfileType">
877             <summary>
878             Enumeration for the network connection type.
879             </summary>
880             <since_tizen> 3 </since_tizen>
881         </member>
882         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.WiFi" -->
883         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.Ethernet" -->
884         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileType.Bt" -->
885         <member name="T:Tizen.Network.Connection.ProfileState">
886             <summary>
887             Enumeration for the profile state type.
888             </summary>
889             <since_tizen> 3 </since_tizen>
890         </member>
891         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Association" -->
892         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Configuration" -->
893         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileState.Connected" -->
894         <member name="T:Tizen.Network.Connection.ProxyType">
895             <summary>
896             Enumeration for the proxy method type.
897             </summary>
898             <since_tizen> 3 </since_tizen>
899         </member>
900         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProxyType.Auto" -->
901         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProxyType.Manual" -->
902         <member name="T:Tizen.Network.Connection.IPConfigType">
903             <summary>
904             Enumeration for the IP configuration type.
905             </summary>
906             <since_tizen> 3 </since_tizen>
907         </member>
908         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Static" -->
909         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Dynamic" -->
910         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Auto" -->
911         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.IPConfigType.Fixed" -->
912         <member name="T:Tizen.Network.Connection.CellularServiceType">
913             <summary>
914             Enumeration for the cellular service type.
915             </summary>
916             <since_tizen> 3 </since_tizen>
917         </member>
918         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Internet" -->
919         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.MMS" -->
920         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.PrepaidInternet" -->
921         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.PrepaidMMS" -->
922         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Tethering" -->
923         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularServiceType.Application" -->
924         <member name="T:Tizen.Network.Connection.CellularPdnType">
925             <summary>
926             Enumeration for the cellular pdn type.
927             </summary>
928             <since_tizen> 3 </since_tizen>
929         </member>
930         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv4" -->
931         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv6" -->
932         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularPdnType.IPv4_IPv6" -->
933         <member name="T:Tizen.Network.Connection.DnsConfigType">
934             <summary>
935             Enumeration for the DNS configuration type.
936             </summary>
937             <since_tizen> 3 </since_tizen>
938         </member>
939         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.DnsConfigType.Static" -->
940         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.DnsConfigType.Dynamic" -->
941         <member name="T:Tizen.Network.Connection.ConnectionError">
942             <summary>
943             Enumeration for the connection errors.
944             </summary>
945             <since_tizen> 3 </since_tizen>
946         </member>
947         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidParameter" -->
948         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OutOfMemoryError" -->
949         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidOperation" -->
950         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.AddressFamilyNotSupported" -->
951         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OperationFailed" -->
952         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.EndOfIteration" -->
953         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NoConnection" -->
954         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NowInProgress" -->
955         <member name="F:Tizen.Network.Connection.ConnectionError.AlreadyExists">
956             Now in progress 
957         </member>
958         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.OperationAborted" -->
959         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.DhcpFailed" -->
960         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.InvalidKey" -->
961         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NoReply" -->
962         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.PermissionDenied" -->
963         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionError.NotSupported" -->
964         <member name="T:Tizen.Network.Connection.ProfileListType">
965             <summary>
966             Enumeration for the profile list type.
967             </summary>
968             <since_tizen> 3 </since_tizen>
969         </member>
970         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileListType.Connected" -->
971         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ProfileListType.Default" -->
972         <member name="T:Tizen.Network.Connection.WiFiSecurityType">
973             <summary>
974             Enumeration for the security type of Wi-Fi.
975             </summary>
976             <since_tizen> 3 </since_tizen>
977         </member>
978         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Wep" -->
979         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.WpaPsk" -->
980         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Wpa2Psk" -->
981         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiSecurityType.Eap" -->
982         <member name="T:Tizen.Network.Connection.WiFiEncryptionType">
983             <summary>
984             Enumeration for the encryption modes.
985             </summary>
986             <since_tizen> 3 </since_tizen>
987         </member>
988         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Wep" -->
989         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Tkip" -->
990         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.Aes" -->
991         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.WiFiEncryptionType.TkipAesMixed" -->
992         <member name="T:Tizen.Network.Connection.ConnectionProfileState">
993             <summary>
994             Enumeration for the connection profile state.
995             </summary>
996             <since_tizen> 3 </since_tizen>
997         </member>
998         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Association" -->
999         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Configuration" -->
1000         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.ConnectionProfileState.Connected" -->
1001         <member name="T:Tizen.Network.Connection.CellularAuthType">
1002             <summary>
1003             Enumeration for the cellular authentication type.
1004             </summary>
1005             <since_tizen> 3 </since_tizen>
1006         </member>
1007         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularAuthType.Pap" -->
1008         <!-- Badly formed XML comment ignored for member "F:Tizen.Network.Connection.CellularAuthType.Chap" -->
1009         <member name="T:Tizen.Network.Connection.IAddressInformation">
1010             <summary>
1011             This interface provides properties to manage address information of the connection.
1012             </summary>
1013             <since_tizen> 3 </since_tizen>
1014         </member>
1015         <member name="P:Tizen.Network.Connection.IAddressInformation.Dns1">
1016             <summary>
1017             The DNS address.
1018             </summary>
1019             <since_tizen> 3 </since_tizen>
1020             <value>First DNS address of the connection.</value>
1021             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1022             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1023             <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>
1024         </member>
1025         <member name="P:Tizen.Network.Connection.IAddressInformation.Dns2">
1026             <summary>
1027             The DNS address.
1028             </summary>
1029             <since_tizen> 3 </since_tizen>
1030             <value>Second DNS address of the connection.</value>
1031             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1032             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1033             <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>
1034         </member>
1035         <member name="P:Tizen.Network.Connection.IAddressInformation.Gateway">
1036             <summary>
1037             The gateway address.
1038             </summary>
1039             <since_tizen> 3 </since_tizen>
1040             <value>Gateway address of the connection.</value>
1041             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1042             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1043             <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>
1044         </member>
1045         <member name="P:Tizen.Network.Connection.IAddressInformation.SubnetMask">
1046             <summary>
1047             The subnet mask address.
1048             </summary>
1049             <since_tizen> 3 </since_tizen>
1050             <value>Subnet mask of the connection.</value>
1051             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1052             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1053             <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>
1054         </member>
1055         <member name="P:Tizen.Network.Connection.IAddressInformation.IP">
1056             <summary>
1057             The IP address.
1058             </summary>
1059             <since_tizen> 3 </since_tizen>
1060             <value>IP address of the connection.</value>
1061             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1062             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1063             <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>
1064         </member>
1065         <member name="P:Tizen.Network.Connection.IAddressInformation.IPConfigType">
1066             <summary>
1067             The type of IP config.
1068             </summary>
1069             <since_tizen> 3 </since_tizen>
1070             <value>IP config type of the connection.</value>
1071             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1072             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1073             <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>
1074         </member>
1075         <member name="P:Tizen.Network.Connection.IAddressInformation.PrefixLength">
1076             <summary>
1077             The prefix length.
1078             </summary>
1079             <since_tizen> 3 </since_tizen>
1080             <value>Prefix length of the connection.</value>
1081             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1082             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1083             <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>
1084         </member>
1085         <member name="P:Tizen.Network.Connection.IAddressInformation.DnsConfigType">
1086             <summary>
1087             The DNS config type.
1088             </summary>
1089             <since_tizen> 3 </since_tizen>
1090             <value>Config type of the DNS.</value>
1091             <exception cref="T:System.NotSupportedException">Thrown during set when a feature is not supported.</exception>
1092             <exception cref="T:System.ArgumentException">Thrown during set when a value is an invalid parameter.</exception>
1093             <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>
1094         </member>
1095         <member name="P:Tizen.Network.Connection.IAddressInformation.DhcpServerAddress">
1096             <summary>
1097             The DHCP server address. It is only supported for the IPV4 address family.
1098             </summary>
1099             <value>Server address of the DHCP.</value>
1100         </member>
1101         <member name="T:Tizen.Network.Connection.WiFiProfile">
1102             <summary>
1103             This is the WiFiProfile class. It provides functions to manage the WiFi profile.
1104             </summary>
1105             <since_tizen> 3 </since_tizen>
1106         </member>
1107         <member name="P:Tizen.Network.Connection.WiFiProfile.Essid">
1108             <summary>
1109             The ESSID (Extended Service Set Identifier).
1110             </summary>
1111             <since_tizen> 3 </since_tizen>
1112             <value>ESSID of the WiFi.</value>
1113         </member>
1114         <member name="P:Tizen.Network.Connection.WiFiProfile.Bssid">
1115             <summary>
1116             The BSSID (Basic Service Set Identifier).
1117             </summary>
1118             <since_tizen> 3 </since_tizen>
1119             <value>BSSID of the WiFi.</value>
1120         </member>
1121         <member name="P:Tizen.Network.Connection.WiFiProfile.Rssi">
1122             <summary>
1123             The RSSI.
1124             </summary>
1125             <since_tizen> 3 </since_tizen>
1126             <value>RSSI of the WiFi.</value>
1127         </member>
1128         <member name="P:Tizen.Network.Connection.WiFiProfile.Frequency">
1129             <summary>
1130             The frequency (MHz).
1131             </summary>
1132             <since_tizen> 3 </since_tizen>
1133             <value>Frequency of the WiFi.</value>
1134         </member>
1135         <member name="P:Tizen.Network.Connection.WiFiProfile.MaxSpeed">
1136             <summary>
1137             The max speed (Mbps).
1138             </summary>
1139             <since_tizen> 3 </since_tizen>
1140             <value>Maximum speed of the WiFi.</value>
1141         </member>
1142         <member name="P:Tizen.Network.Connection.WiFiProfile.SecurityType">
1143             <summary>
1144             The security type of WiFi.
1145             </summary>
1146             <since_tizen> 3 </since_tizen>
1147             <value>Security type of the WiFi.</value>
1148         </member>
1149         <member name="P:Tizen.Network.Connection.WiFiProfile.EncryptionType">
1150             <summary>
1151             The encryption type of WiFi.
1152             </summary>
1153             <since_tizen> 3 </since_tizen>
1154             <value>Encryption mode of the WiFi.</value>
1155         </member>
1156         <member name="P:Tizen.Network.Connection.WiFiProfile.PassphraseRequired">
1157             <summary>
1158             Checks whether passphrase is required.
1159             </summary>
1160             <since_tizen> 3 </since_tizen>
1161             <value>True if a passphrase is required, otherwise false.</value>
1162             <remarks>This property is not valid if <c>WiFiSecurityType</c> is <c>Eap</c>.</remarks>
1163         </member>
1164         <member name="P:Tizen.Network.Connection.WiFiProfile.WpsSupported">
1165             <summary>
1166             Checks whether the WPS (Wi-Fi Protected Setup) is supported.
1167             </summary>
1168             <since_tizen> 3 </since_tizen>
1169             <value>True if WPS is supported, otherwise false.</value>
1170         </member>
1171         <member name="M:Tizen.Network.Connection.WiFiProfile.SetPassphrase(System.String)">
1172             <summary>
1173             Sets the passphrase of the Wi-Fi WPA.
1174             </summary>
1175             <since_tizen> 3 </since_tizen>
1176             <param name="passphrase">The passphrase of Wi-Fi security.</param>
1177             <feature>http://tizen.org/feature/network.wifi</feature>
1178             <exception cref="T:System.NotSupportedException">Thrown when a feature is not supported.</exception>
1179             <exception cref="T:System.ArgumentException">Thrown when a value is an invalid parameter.</exception>
1180             <exception cref="T:System.ArgumentNullException">Thrown when a passphrase is null.</exception>
1181             <exception cref="T:System.InvalidOperationException">Thrown when a profile instance is invalid or when a method fails due to an invalid operation.</exception>
1182             <exception cref="T:System.ObjectDisposedException">Thrown when an operation is performed on a disposed object.</exception>
1183         </member>
1184     </members>
1185 </doc>