Click or drag to resize

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.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public Uri Uri { get; set; }

Property Value

Uri
See Also