OverlappedStreamSocket

Undocumented in source.

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;

Accept extension function pointer.

Inherited Members

From StreamSocket

bind
void bind(Address address)

Associate a local address with this socket.

accept
ConnectedSocket accept()

Accept an incoming connection.

Meta