asio C++ library

PrevUpHomeNext

raw_socket_service::async_send_to

Start an asynchronous send.

template<
    typename ConstBufferSequence,
    typename WriteHandler>
void-or-deduced async_send_to(
    implementation_type & impl,
    const ConstBufferSequence & buffers,
    const endpoint_type & destination,
    socket_base::message_flags flags,
    WriteHandler handler);

PrevUpHomeNext