OverlappedConnectedSocket.endReceive

Ends a pending asynchronous read.

Params overlapped = Unique operation identifier.

class OverlappedConnectedSocket
@trusted
int
endReceive
out (count) { assert (count >= 0); }

Return Value

Type: int

Number of bytes received.

Throws

$(D_PSYMBOL SocketException) if unable to receive.

Meta