Class SafeConnectionHandle

    Definition

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

    This class manages the connection handle resources.

    public sealed class SafeConnectionHandle : SafeHandle
    Inheritance
    object
    SafeConnectionHandle

    Properties

    View Source

    IsInvalid

    Checks whether the handle value is valid or not.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool

    True if the handle is invalid, otherwise false.

    Methods

    View Source

    ReleaseHandle()

    Frees the handle.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    True if the handle is released successfully, otherwise false.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX