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 37156e5 commit 8b9b2f6Copy full SHA for 8b9b2f6
projects/RabbitMQ.Client/client/api/ConnectionFactory.cs
@@ -72,7 +72,7 @@ namespace RabbitMQ.Client
72
/// </para>
73
/// <example><code>
74
/// ConnectionFactory factory = new ConnectionFactory();
75
- /// factory.SetUri("amqp://localhost");
+ /// factory.Uri = new Uri("amqp://localhost");
76
/// IConnection conn = factory.CreateConnection();
77
/// ...
78
/// </code></example>
0 commit comments