We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ed0be commit 17d33f6Copy full SHA for 17d33f6
projects/client/RabbitMQ.Client/src/client/api/Headers.cs
@@ -43,11 +43,11 @@
43
namespace RabbitMQ.Client
44
{
45
/// <summary>
46
- /// Convenience class providing compile-time names for standard exchange types.
+ /// Convenience class providing compile-time names for standard headers.
47
/// </summary>
48
/// <remarks>
49
/// Use the static members of this class as headers for the
50
- /// arguments for Queue, Exchange and Consumer declaration.
+ /// arguments for Queue and Exchange declaration or Consumer creation.
51
/// The broker may be extended with additional
52
/// headers that do not appear in this class.
53
/// </remarks>
0 commit comments