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 8568533 commit 23cee4fCopy full SHA for 23cee4f
projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQBinding.cs
@@ -80,7 +80,7 @@ public RabbitMQBinding()
80
/// Protocols.DefaultProtocol.
81
/// </summary>
82
/// <param name="hostname">The hostname of the broker to connect to</param>
83
- /// <param name="port">The port of the broker to connect to</param>
+ /// <param name="port">The port of the broker to connect to</param>
84
public RabbitMQBinding(String hostname, int port)
85
: this(hostname, port, Protocols.DefaultProtocol)
86
{ }
0 commit comments