AmqpChannelAddressUri Property |
The network address of the AMQP source or target. May include user and port information in
standard Uri format. (eg. amqps://user1:password1@myamqpbroker.company1.com, amqp://broker3.company1.com,
amqps://myamqpbroker.company1.com:8856, etc.).
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic Uri Uri { get; set; }
Public Property Uri As Uri
Get
Set
Property Value
Uri
See Also