Function OverlappedConnectedSocket.endSend

Ends a pending asynchronous send.

int endSend (
  dlib.network.socket.SocketState overlapped
) @trusted;

Params overlapped = Unique operation identifier.

Returns

Number of bytes sent.

Throws

SocketException if unable to receive.