From 8c68cf827f89388cdf8bcf99a25b623594a6d33b Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Thu, 23 Nov 2023 06:39:27 -0800 Subject: [PATCH] fixup --- projects/Test/Unit/APIApproval.Approve.verified.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/Test/Unit/APIApproval.Approve.verified.txt b/projects/Test/Unit/APIApproval.Approve.verified.txt index 2fa75dd65..8f0308364 100644 --- a/projects/Test/Unit/APIApproval.Approve.verified.txt +++ b/projects/Test/Unit/APIApproval.Approve.verified.txt @@ -713,7 +713,6 @@ namespace RabbitMQ.Client System.TimeSpan ReceiveTimeout { get; set; } void Close(); System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress host, int port, System.TimeSpan connectionTimeout, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task ConnectAsync(string host, int port, System.TimeSpan connectionTimeout, System.Threading.CancellationToken cancellationToken); System.Net.Sockets.NetworkStream GetStream(); } public class PlainMechanism : RabbitMQ.Client.IAuthMechanism @@ -833,7 +832,6 @@ namespace RabbitMQ.Client public virtual System.TimeSpan ReceiveTimeout { get; set; } public virtual void Close() { } public virtual System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress ep, int port, System.TimeSpan connectionTimeout, System.Threading.CancellationToken cancellationToken) { } - public virtual System.Threading.Tasks.Task ConnectAsync(string host, int port, System.TimeSpan connectionTimeout, System.Threading.CancellationToken cancellationToken) { } public void Dispose() { } protected virtual void Dispose(bool disposing) { } public virtual System.Net.Sockets.NetworkStream GetStream() { }