Class TlsServerConnectionInterfaceUnownedHandle
public class TlsServerConnectionInterfaceUnownedHandle : TlsServerConnectionInterfaceHandle, IDisposable
- Inheritance
-
TlsServerConnectionInterfaceUnownedHandle
- Implements
- Inherited Members
Constructors
TlsServerConnectionInterfaceUnownedHandle(IntPtr)
Creates a new instance of TlsServerConnectionInterfaceOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public TlsServerConnectionInterfaceUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static TlsServerConnectionInterfaceUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public TlsServerConnectionInterfaceOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()