File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/RabbitMQ.Client/client/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ namespace RabbitMQ.Client
51
51
/// <example><code>
52
52
/// ConnectionFactory factory = new ConnectionFactory();
53
53
/// //
54
- /// // The next six lines are optional:
54
+ /// // The next five lines are optional:
55
55
/// factory.UserName = ConnectionFactory.DefaultUser;
56
56
/// factory.Password = ConnectionFactory.DefaultPass;
57
57
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;
@@ -72,7 +72,7 @@ namespace RabbitMQ.Client
72
72
/// </para>
73
73
/// <example><code>
74
74
/// ConnectionFactory factory = new ConnectionFactory();
75
- /// factory.SetUri ("amqp://localhost");
75
+ /// factory.Uri = new Uri ("amqp://localhost");
76
76
/// IConnection conn = factory.CreateConnection();
77
77
/// ...
78
78
/// </code></example>
You can’t perform that action at this time.
0 commit comments