File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
projects/client/RabbitMQ.Client/src/client/api Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ public class ConnectionFactory
160
160
///<summary>The AMQP protocol to be used</summary>
161
161
public IProtocol Protocol = Protocols . FromEnvironment ( ) ;
162
162
163
+ ///<summary>The AMQP connection target</summary>
163
164
public AmqpTcpEndpoint Endpoint
164
165
{
165
166
get
@@ -175,11 +176,13 @@ public AmqpTcpEndpoint Endpoint
175
176
}
176
177
}
177
178
179
+ ///<summary>Set connection parameters using the amqp or amqps scheme</summary>
178
180
public Uri uri
179
181
{
180
182
set { SetUri ( value ) ; }
181
183
}
182
184
185
+ ///<summary>Set connection parameters using the amqp or amqps scheme</summary>
183
186
public String Uri
184
187
{
185
188
set { SetUri ( new Uri ( value , UriKind . Absolute ) ) ; }
You can’t perform that action at this time.
0 commit comments