We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde0a4a commit cdd8017Copy full SHA for cdd8017
src/NServiceBus.RabbitMQ/Config/ConnectionConfiguration.cs
@@ -43,6 +43,7 @@ public IDictionary<string, object> ClientProperties
43
get { return clientProperties; }
44
private set { clientProperties = value; }
45
}
46
+
47
public bool UseTls { get; set; }
48
49
public string CertPath { get; set; }
0 commit comments