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