One missed connection.
This commit is contained in:
Martijn Hoekstra 2017-07-06 16:50:45 +02:00 коммит произвёл GitHub
Родитель 06b2cb2537
Коммит ac08d37835
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ The application must ensure that the mandatory field, ContainerId, is set to avo
The following example demonstrates the above usages.
```
var conneciton = new connection(
var connection = new connection(
new Address("amqps://contoso.com:5671"),
SaslProfile.Anonymous,
new Open() { ContainerId = "client.1.2", HostName = "contoso.com", MaxFrameSize = 8 * 1024 },