Class ConnectionResult

Definition

Namespace:
Tizen.Applications.Cion
Assembly:
Tizen.Applications.Cion.dll
API Level:
9

A class to represent result of connection.

C#
Copy
public class ConnectionResult
Inheritance
System.Object
ConnectionResult

Properties

View Source

Reason

Gets the reason of the connection result.

Declaration
C#
Copy
public string Reason { get; }
Property Value
Type Description
System.String
API Level: 9
View Source

Status

Gets the connection status.

Declaration
C#
Copy
public ConnectionStatus Status { get; }
Property Value
Type Description
ConnectionStatus
API Level: 9