Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Nov 23, 2023
1 parent 1549ce1 commit 8c68cf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/Test/Unit/APIApproval.Approve.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() { }
Expand Down

0 comments on commit 8c68cf8

Please sign in to comment.