Class SafeStcHandle

Definition

Namespace:
Tizen.Network.Stc
Assembly:
Tizen.Network.Stc.dll

A class for managing the Stc handle.

C#
Copy
public sealed class SafeStcHandle : SafeHandle
Inheritance
SafeStcHandle

Properties

View Source

IsInvalid

Checks the validity of the handle.

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

Represents the validity of the handle.

Methods

View Source

ReleaseHandle()

Release the Stc handle

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

True if the handle is released successfully, otherwise false.

Extension Methods