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 9926724 + d8b9de3 commit 302235cCopy full SHA for 302235c
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -61,7 +61,7 @@ namespace RabbitMQ.Client
61
/// A simple example of connecting to a broker:
62
/// </para>
63
/// <example><code>
64
- /// IConnectionFactory factory = new ConnectionFactory();
+ /// ConnectionFactory factory = new ConnectionFactory();
65
/// //
66
/// // The next six lines are optional:
67
/// factory.UserName = ConnectionFactory.DefaultUser;
0 commit comments