Class SafeConnectionHandle

Definition

Namespace:
Tizen.Network.Connection
Assembly:
Tizen.Network.Connection.dll
API Level:
3

This class manages the connection handle resources.

C#
Copy
public sealed class SafeConnectionHandle : SafeHandle
Inheritance
SafeConnectionHandle

Properties

View Source

IsInvalid

Checks whether the handle value is valid or not.

Declaration
C#
Copy
public override bool IsInvalid { get; }
Property Value
Type Description
Boolean

True if the handle is invalid, otherwise false.

API Level: 3

Methods

View Source

ReleaseHandle()

Frees the handle.

Declaration
C#
Copy
protected override bool ReleaseHandle()
Returns
Type Description
Boolean

True if the handle is released successfully, otherwise false.

Extension Methods