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 13aa208 commit ef6765eCopy full SHA for ef6765e
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -95,14 +95,6 @@ namespace RabbitMQ.Client
95
///<para>
96
/// Please see also the API overview and tutorial in the User Guide.
97
///</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>
106
///</remarks>
107
public class ConnectionFactory
108
{
0 commit comments