Skip to content

Commit d17d6cb

Browse files
Merge pull request #1091 from GitHubPang/main
Fix XML doc for AmqpTcpEndpoint
2 parents f0b83d2 + 480c7de commit d17d6cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/RabbitMQ.Client/client/api/AmqpTcpEndpoint.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ namespace RabbitMQ.Client
3838
/// <summary>
3939
/// Represents a TCP-addressable AMQP peer: a host name and port number.
4040
/// </summary>
41+
/// <remarks>
4142
/// <para>
42-
/// Some of the constructors take, as a convenience, a System.Uri
43+
/// Some of the constructors take, as a convenience, a <see cref="System.Uri"/>
4344
/// instance representing an AMQP server address. The use of Uri
4445
/// here is not standardised - Uri is simply a convenient
4546
/// container for internet-address-like components. In particular,
4647
/// the Uri "Scheme" property is ignored: only the "Host" and
4748
/// "Port" properties are extracted.
4849
/// </para>
50+
/// </remarks>
4951
public class AmqpTcpEndpoint// : ICloneable
5052
{
5153
/// <summary>

0 commit comments

Comments
 (0)