PROTON-2830 Add an async version of BeginMessage to stream sender

Adds an async variant of the BeginMessage API to the IStreamSender to match
the other async variations of send and try send.
3 files changed
tree: 9490745f8f73fd362b43a14e4d8b9903dba878c5
  1. .github/
  2. docker/
  3. examples/
  4. key/
  5. src/
  6. test/
  7. .gitignore
  8. build.sh
  9. CodeAnalysis.src.globalconfig
  10. CodeAnalysis.test.globalconfig
  11. common.props
  12. LICENSE
  13. NOTICE
  14. pom.xml
  15. proton.code-workspace
  16. Proton.dox
  17. Proton.ruleset
  18. Proton.sln
  19. qpid.png
  20. README.md
  21. VERSION.txt
  22. versions.props
README.md

Apache Qpid proton-dotnet

Qpid proton-dotnet is a high-performance, lightweight AMQP protocol library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. This project provides an AMQP protocol engine for building your own AMQP clients and servers as well as a full featured imperative API client.

Please see http://qpid.apache.org/proton for more information.