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.
2 parents 5b813da + 385614f commit fb1cd5bCopy full SHA for fb1cd5b
projects/client/RabbitMQ.Client/src/client/api/IConnectionFactory.cs
@@ -106,7 +106,8 @@ public interface IConnectionFactory
106
/// <summary>
107
/// Create a connection to the specified endpoint.
108
/// </summary>
109
- /// <param name="clientProvidedName"> /// Application-specific connection name, will be displayed in the management UI
+ /// <param name="clientProvidedName">
110
+ /// Application-specific connection name, will be displayed in the management UI
111
/// if RabbitMQ server supports it. This value doesn't have to be unique and cannot
112
/// be used as a connection identifier, e.g. in HTTP API requests.
113
/// This value is supposed to be human-readable.
0 commit comments