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