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.
2 parents f881aeb + a7c543d commit 9d33ddaCopy full SHA for 9d33dda
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -84,7 +84,7 @@ namespace RabbitMQ.Client
84
/// </para>
85
/// <example><code>
86
/// ConnectionFactory factory = new ConnectionFactory();
87
- /// factory.Uri = "amqp://localhost";
+ /// factory.SetUri("amqp://localhost");
88
/// IConnection conn = factory.CreateConnection();
89
/// ...
90
/// </code></example>
0 commit comments