File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
projects/RabbitMQ.Client/client/api Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,16 @@ namespace RabbitMQ.Client
38
38
/// <summary>
39
39
/// Represents a TCP-addressable AMQP peer: a host name and port number.
40
40
/// </summary>
41
+ /// <remarks>
41
42
/// <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"/>
43
44
/// instance representing an AMQP server address. The use of Uri
44
45
/// here is not standardised - Uri is simply a convenient
45
46
/// container for internet-address-like components. In particular,
46
47
/// the Uri "Scheme" property is ignored: only the "Host" and
47
48
/// "Port" properties are extracted.
48
49
/// </para>
50
+ /// </remarks>
49
51
public class AmqpTcpEndpoint // : ICloneable
50
52
{
51
53
/// <summary>
You can’t perform that action at this time.
0 commit comments