Class ConnectionItem

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

    This class contains connection information, such as connection type and state.

    public class ConnectionItem
    Inheritance
    object
    ConnectionItem

    Properties

    View Source

    State

    The state of the current profile for data connection.

    Declaration
    public ConnectionState State { get; }
    Property Value
    Type Description
    ConnectionState

    Connection state of the current connection type.

    Exceptions
    Type Condition
    System.NotSupportedException

    Thrown when a feature is not supported.

    System.UnauthorizedAccessException

    Thrown when a permission is denied.

    View Source

    Type

    The type of the current profile for data connection.

    Declaration
    public ConnectionType Type { get; }
    Property Value
    Type Description
    ConnectionType

    Data connection current profile.

    Exceptions
    Type Condition
    System.NotSupportedException

    Thrown when a feature is not supported.

    System.UnauthorizedAccessException

    Thrown when a permission is denied.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX