@@ -141,13 +141,15 @@ public interface IModel: IDisposable
141
141
IBasicProperties CreateBasicProperties ( ) ;
142
142
143
143
///<summary>Construct a completely empty content header for
144
- ///use with the File content class.</summary>
144
+ ///use with the File content class.
145
+ /// (unsupported in AMQP 0-9-1)</summary>
145
146
[ AmqpContentHeaderFactory ( "file" ) ]
146
147
[ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
147
148
IFileProperties CreateFileProperties ( ) ;
148
149
149
150
///<summary>Construct a completely empty content header for
150
- ///use with the Stream content class.</summary>
151
+ ///use with the Stream content class.
152
+ /// (unsupported in AMQP 0-9-1)</summary>
151
153
[ AmqpContentHeaderFactory ( "stream" ) ]
152
154
[ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
153
155
IStreamProperties CreateStreamProperties ( ) ;
@@ -441,11 +443,12 @@ BasicGetResult BasicGet(string queue,
441
443
///transaction.</summary>
442
444
void TxRollback ( ) ;
443
445
444
- ///<summary>(Spec method) Enable DTX mode for this session.</summary>
446
+ ///<summary>(Spec method) Enable DTX mode for this session.
447
+ /// (unsupported in AMQP 0-9-1)</summary>
445
448
[ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
446
449
void DtxSelect ( ) ;
447
450
448
- ///<summary>(Spec method)</summary>
451
+ ///<summary>(Spec method, unsupported in AMQP 0-9-1 )</summary>
449
452
[ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
450
453
void DtxStart ( string dtxIdentifier ) ;
451
454
@@ -908,7 +911,9 @@ void _Private_ConnectionOpen(string virtualHost,
908
911
void HandleConnectionOpenOk ( [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" , "reserved1" ) ]
909
912
string knownHosts ) ;
910
913
911
- ///<summary>Handle an incoming Connection.Redirect.</summary>
914
+ ///<summary>Handle an incoming Connection.Redirect.
915
+ /// (not available in AMQP 0-9-1)
916
+ ///</summary>
912
917
[ AmqpMethodDoNotImplement ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
913
918
void HandleConnectionRedirect ( string host ,
914
919
string knownHosts ) ;
0 commit comments