OverlappedStreamSocket.endAccept

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

class OverlappedStreamSocket
@trusted
endAccept

Parameters

overlapped SocketState

Unique operation identifier.

Return Value

Connected socket.

Throws

$(D_PSYMBOL SocketException) if unable to accept.

Meta