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