OverlappedStreamSocket

Windows stream socket overlapped I/O.

Constructors

this
this(AddressFamily af)

Create a socket.

Members

Functions

beginAccept
bool beginAccept(SocketState overlapped)

Begins an asynchronous operation to accept an incoming connection attempt.

endAccept
OverlappedConnectedSocket endAccept(SocketState overlapped)

Asynchronously accepts an incoming connection attempt and creates a new socket to handle remote host communication.

Variables

acceptExtension
LPFN_ACCEPTEX acceptExtension;
Undocumented in source.

Inherited Members

From StreamSocket

bind
void bind(Endpoint endpoint)

Associate a local address with this socket.

accept
ConnectedSocket accept()

Accept an incoming connection.

Meta