Skip to content

Commit aed0758

Browse files
Update APIApproval test expectations
1 parent 25d2636 commit aed0758

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/client/Unit/src/unit/APIApproval.Approve.approved.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace RabbitMQ.Client
1515
public int Port { get; set; }
1616
public RabbitMQ.Client.IProtocol Protocol { get; }
1717
public RabbitMQ.Client.SslOption Ssl { get; set; }
18+
public RabbitMQ.Client.SslOption Tls { get; set; }
1819
public object Clone() { }
1920
public RabbitMQ.Client.AmqpTcpEndpoint CloneWithHostname(string hostname) { }
2021
public override bool Equals(object obj) { }
@@ -112,6 +113,7 @@ namespace RabbitMQ.Client
112113
public System.TimeSpan SocketReadTimeout { get; set; }
113114
public System.TimeSpan SocketWriteTimeout { get; set; }
114115
public RabbitMQ.Client.SslOption Ssl { get; set; }
116+
public RabbitMQ.Client.SslOption Tls { get; set; }
115117
public bool TopologyRecoveryEnabled { get; set; }
116118
public System.Uri Uri { get; set; }
117119
public bool UseBackgroundThreadsForIO { get; set; }
@@ -548,7 +550,7 @@ namespace RabbitMQ.Client
548550
}
549551
public class SslHelper
550552
{
551-
public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { }
553+
public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption options) { }
552554
}
553555
public class SslOption
554556
{

0 commit comments

Comments
 (0)