Skip to content

Commit 5ede12a

Browse files
author
Alexandru Scvortov
committed
PortNumber -> Port
On default because it's unrelated to any bug and it's a trivial change.
1 parent a81b7d3 commit 5ede12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace RabbitMQ.Client
6464
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;
6565
/// factory.Protocol = Protocols.FromEnvironment();
6666
/// factory.HostName = hostName;
67-
/// factory.PortNumber = AmqpTcpEndpoint.UseDefaultPort;
67+
/// factory.Port = AmqpTcpEndpoint.UseDefaultPort;
6868
/// //
6969
/// IConnection conn = factory.CreateConnection();
7070
/// //

0 commit comments

Comments
 (0)