SafeSocketHandle Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SafeSocketHandle() |
Creates a SafeSocketHandle. |
SafeSocketHandle(IntPtr, Boolean) |
Initializes a new instance of the SafeSocketHandle class. |
- Source:
- SafeSocketHandle.Unix.cs
- Source:
- SafeSocketHandle.Unix.cs
- Source:
- SafeSocketHandle.Unix.cs
Creates a SafeSocketHandle.
public:
SafeSocketHandle();
public SafeSocketHandle();
Public Sub New ()
Applies to
.NET 9 and other versions
Product | Versions |
---|---|
.NET | 6, 7, 8, 9 |
- Source:
- SafeSocketHandle.Unix.cs
- Source:
- SafeSocketHandle.Unix.cs
- Source:
- SafeSocketHandle.Unix.cs
Initializes a new instance of the SafeSocketHandle class.
public:
SafeSocketHandle(IntPtr preexistingHandle, bool ownsHandle);
public SafeSocketHandle(IntPtr preexistingHandle, bool ownsHandle);
new System.Net.Sockets.SafeSocketHandle : nativeint * bool -> System.Net.Sockets.SafeSocketHandle
Public Sub New (preexistingHandle As IntPtr, ownsHandle As Boolean)
Parameters
- preexistingHandle
-
IntPtr
nativeint
The pre-existing handle to use.
- ownsHandle
- Boolean
true
to reliably release the handle during the finalization phase; false
to prevent reliable release (not recommended).
Applies to
.NET 9 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: