Class ConnectionItem
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
This class contains connection information, such as connection type and state.
C#
Copy
public class ConnectionItem
- Inheritance
-
objectConnection
Item
Properties
Declaration
C#
Copy
public ConnectionState State { get; }
Property Value
Type | Description |
---|---|
Connection |
Connection state of the current connection type. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when a feature is not supported. |
System. |
Thrown when a permission is denied. |
Declaration
C#
Copy
public ConnectionType Type { get; }
Property Value
Type | Description |
---|---|
Connection |
Data connection current profile. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when a feature is not supported. |
System. |
Thrown when a permission is denied. |