Class ConnectionItem
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
- API Level:
- 3
This class contains connection information, such as connection type and state.
C#Copypublic class ConnectionItem
- Inheritance
-
System.ObjectConnectionItem
Properties
Declaration
C#Copypublic ConnectionState State { get; }
Property Value
Type | Description |
---|---|
ConnectionState | Connection state of the current connection type. |
API Level: 3
Privilege Level: public
Privilege: http://tizen.org/privilege/network.get
Declaration
C#Copypublic ConnectionType Type { get; }
Property Value
Type | Description |
---|---|
ConnectionType | Data connection current profile. |