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 3f068cb commit c7c60feCopy full SHA for c7c60fe
.gitignore
@@ -50,7 +50,9 @@ build/
50
[Oo]bj/
51
*.lock.json
52
53
-APIApproval.Approve.received.txt
+projects/Unit/APIApproval.Approve.received.txt
54
+projects/Unit/APIApproval.Approve.*.received.txt
55
56
57
# Visual Studio 2015 cache/options directory
58
.vs/
projects/Unit/APIApproval.Approve.verified.txt
@@ -385,6 +385,7 @@ namespace RabbitMQ.Client
385
int ChannelNumber { get; }
386
RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
387
System.TimeSpan ContinuationTimeout { get; set; }
388
+ string CurrentQueue { get; }
389
RabbitMQ.Client.IBasicConsumer DefaultConsumer { get; set; }
390
bool IsClosed { get; }
391
bool IsOpen { get; }
0 commit comments