We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336112d commit 6f60040Copy full SHA for 6f60040
projects/client/Unit/src/unit/TestSsl.cs
@@ -63,8 +63,7 @@
63
public class TestSsl {
64
65
public void SendReceive(ConnectionFactory cf) {
66
- IProtocol proto = Protocols.DefaultProtocol;
67
- using (IConnection conn = cf.CreateConnection(proto, "localhost", 5671)) {
+ using (IConnection conn = cf.CreateConnection()) {
68
IModel ch = conn.CreateModel();
69
70
ch.ExchangeDeclare("Exchange_TestSslEndPoint", ExchangeType.Direct);
0 commit comments