asio C++ library

PrevUpHomeNext

stream_socket_service::send

Send the given data to the peer.

template<
    typename ConstBufferSequence>
std::size_t send(
    implementation_type & impl,
    const ConstBufferSequence & buffers,
    socket_base::message_flags flags,
    asio::error_code & ec);

PrevUpHomeNext