Socket Constructor (SocketInformation)
.NET Framework (current version)
Initializes a new instance of the Socket class using the specified value returned from DuplicateAndClose.
Assembly: System (in System.dll)
Parameters
- socketInformation
-
Type:
System.Net.Sockets::SocketInformation
The socket information returned by DuplicateAndClose.
If you call the Socket constructor multiple times with the same byte array as the argument for each call, you will create multiple managed Sockets with the same underlying socket. This practice is strongly discouraged.
.NET Framework
Available since 2.0
Available since 2.0
Show: