Socket.this
this
() pure nothrow @nogcNo documentation available for this declaration.
Create a blocking socket. If a single protocol type exists to support this socket type within the address family, the ProtocolType may be omitted.
this
(AddressFamily af, SocketType type)ditto
ditto
this
(const scope AddressInfo info)Create a blocking socket using the parameters from the specified AddressInfo structure.
Use an existing socket handle.