Azure / amqpnetlite

AMQP 1.0 .NET Library
Apache License 2.0
396 stars 141 forks source link

Update building_application.md #555

Closed Joseandresc closed 1 year ago

Joseandresc commented 1 year ago

Changed "new connection" to "new Connection" in

var connection = new Connection(
    new Address("amqps://contoso.com:5671"),
    SaslProfile.Anonymous,
    new Open() { ContainerId = "client.1.2", HostName = "contoso.com", MaxFrameSize = 8 * 1024 },
    (c, o) => { /* do someting with remote Open o */ });