The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Socket Constructor
.NET Framework (current version)
Initializes a new instance of the Socket class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Socket(AddressFamily, SocketType, ProtocolType) | Initializes a new instance of the Socket class using the specified address family, socket type and protocol. |
![]() | Socket(SocketInformation) | Initializes a new instance of the Socket class using the specified value returned from DuplicateAndClose. |
![]() | Socket(SocketType, ProtocolType) | Initializes a new instance of the Socket class using the specified socket type and protocol. |
Show:
