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 a81b7d3 commit 5ede12aCopy full SHA for 5ede12a
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -64,7 +64,7 @@ namespace RabbitMQ.Client
64
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;
65
/// factory.Protocol = Protocols.FromEnvironment();
66
/// factory.HostName = hostName;
67
- /// factory.PortNumber = AmqpTcpEndpoint.UseDefaultPort;
+ /// factory.Port = AmqpTcpEndpoint.UseDefaultPort;
68
/// //
69
/// IConnection conn = factory.CreateConnection();
70
0 commit comments