Skip to content

Commit a9b0917

Browse files
Remove more 0-8isms
1 parent 2c6b637 commit a9b0917

File tree

1 file changed

+0
-14
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+0
-14
lines changed

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,6 @@ public interface IModel: IDisposable
144144
[AmqpContentHeaderFactory("basic")]
145145
IBasicProperties CreateBasicProperties();
146146

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-
161147
///<summary>(Spec method) Declare an exchange.</summary>
162148
///<remarks>
163149
///The exchange is declared non-passive and non-internal.

0 commit comments

Comments
 (0)