Skip to content

Commit ef6765e

Browse files
author
David R. MacIver
committed
remove comment about Uri (no longer applies due to changes to OpenConnection)
1 parent 13aa208 commit ef6765e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ namespace RabbitMQ.Client
9595
///<para>
9696
/// Please see also the API overview and tutorial in the User Guide.
9797
///</para>
98-
///<para>
99-
/// Some of the static methods described below take, as a
100-
/// convenience, a System.Uri instance representing an AMQP server
101-
/// address. The use of Uri here is not standardised - Uri is
102-
/// simply a convenient container for internet-address-like
103-
/// components. In particular, the Uri "Scheme" property is
104-
/// ignored: only the "Host" and "Port" properties are extracted.
105-
///</para>
10698
///</remarks>
10799
public class ConnectionFactory
108100
{

0 commit comments

Comments
 (0)