File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
projects/client/RabbitMQ.Client/src/client/api Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -144,20 +144,6 @@ public interface IModel: IDisposable
144
144
[ AmqpContentHeaderFactory ( "basic" ) ]
145
145
IBasicProperties CreateBasicProperties ( ) ;
146
146
147
- ///<summary>Construct a completely empty content header for
148
- ///use with the File content class.
149
- /// (unsupported in AMQP 0-9-1)</summary>
150
- [ AmqpContentHeaderFactory ( "file" ) ]
151
- [ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
152
- IFileProperties CreateFileProperties ( ) ;
153
-
154
- ///<summary>Construct a completely empty content header for
155
- ///use with the Stream content class.
156
- /// (unsupported in AMQP 0-9-1)</summary>
157
- [ AmqpContentHeaderFactory ( "stream" ) ]
158
- [ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
159
- IStreamProperties CreateStreamProperties ( ) ;
160
-
161
147
///<summary>(Spec method) Declare an exchange.</summary>
162
148
///<remarks>
163
149
///The exchange is declared non-passive and non-internal.
You can’t perform that action at this time.
0 commit comments