File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ namespace RabbitMQ.Client
90
90
public RabbitMQ.Client.SslOption Ssl { get; set; }
91
91
public bool TopologyRecoveryEnabled { get; set; }
92
92
public System.Uri Uri { get; set; }
93
- public bool UseBackgroundThreadsForIO { get; set; }
94
93
public string UserName { get; set; }
95
94
public string VirtualHost { get; set; }
96
95
public static System.Net.Sockets.AddressFamily DefaultAddressFamily { get; set; }
@@ -330,7 +329,6 @@ namespace RabbitMQ.Client
330
329
uint RequestedFrameMax { get; set; }
331
330
System.TimeSpan RequestedHeartbeat { get; set; }
332
331
System.Uri Uri { get; set; }
333
- bool UseBackgroundThreadsForIO { get; set; }
334
332
string UserName { get; set; }
335
333
string VirtualHost { get; set; }
336
334
RabbitMQ.Client.IAuthMechanismFactory AuthMechanismFactory(System.Collections.Generic.IList<string> mechanismNames);
You can’t perform that action at this time.
0 commit comments