File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
projects/client/RabbitMQ.Client/src/client Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ public interface IConnection: IDisposable
103
103
///communicate with its peer.</summary>
104
104
IProtocol Protocol { get ; }
105
105
106
- ///<summary>The connection parameters used during construction
107
- ///of this connection.</summary>
108
- ConnectionFactory Parameters { get ; }
109
-
110
106
///<summary>The maximum channel number this connection
111
107
///supports (0 if unlimited). Usable channel numbers
112
108
///range from 1 to this number, inclusive.</summary>
Original file line number Diff line number Diff line change @@ -214,14 +214,6 @@ public void WriteFrame(Frame f)
214
214
m_heartbeatWrite . Set ( ) ;
215
215
}
216
216
217
- public ConnectionFactory Parameters
218
- {
219
- get
220
- {
221
- return m_factory ;
222
- }
223
- }
224
-
225
217
public ushort ChannelMax
226
218
{
227
219
get
You can’t perform that action at this time.
0 commit comments