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:
