Class ConnectionResult
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
A class to represent result of connection.
public class ConnectionResult
- Inheritance
-
objectConnectionResult
Properties
View SourceReason
Gets the reason of the connection result.
Declaration
public string Reason { get; }
Property Value
Type | Description |
---|---|
string |
Status
Gets the connection status.
Declaration
public ConnectionStatus Status { get; }
Property Value
Type | Description |
---|---|
ConnectionStatus |