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 7da5b0f commit c1451efCopy full SHA for c1451ef
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -74,7 +74,7 @@ namespace RabbitMQ.Client
74
///<example><code>
75
/// ConnectionFactory factory = new ConnectionFactory();
76
/// //
77
- /// // The next three lines are optional:
+ /// // The next six lines are optional:
78
/// factory.UserName = ConnectionFactory.DefaultUser;
79
/// factory.Password = ConnectionFactory.DefaultPass;
80
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;
0 commit comments