Property | Type | Description | |
---|---|---|---|
Capabilities | bool>.IDictionary |
Method | Description | |
---|---|---|
CanSendWhileClosed ( |
||
CreateChannelClose ( ushort reasonCode, string reasonText, |
||
CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled ) : IConnection | ||
CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled, string clientProvidedName ) : IConnection | ||
CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler ) : IConnection | ||
CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler, string clientProvidedName ) : IConnection | ||
CreateConnectionClose ( ushort reasonCode, string reasonText, |
||
CreateModel ( ISession session ) : IModel | ||
CreateModel ( ISession session, ConsumerWorkService workService ) : IModel | ||
DecodeContentHeaderFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.ContentHeaderBase | ||
DecodeMethodFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.MethodBase | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ProtocolBase ( ) : System.Net.Sockets | ||
ToString ( ) : string |
public CanSendWhileClosed ( |
||
cmd | ||
return | bool |
public CreateChannelClose ( ushort reasonCode, string reasonText, |
||
reasonCode | ushort | |
reasonText | string | |
request | ||
replyClassId | int | |
replyMethodId | int | |
return | void |
public CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled ) : IConnection | ||
factory | ConnectionFactory | |
frameHandler | IFrameHandler | |
automaticRecoveryEnabled | bool | |
return | IConnection |
public CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled, string clientProvidedName ) : IConnection | ||
factory | ConnectionFactory | |
frameHandler | IFrameHandler | |
automaticRecoveryEnabled | bool | |
clientProvidedName | string | |
return | IConnection |
public CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler ) : IConnection | ||
factory | IConnectionFactory | |
insist | bool | |
frameHandler | IFrameHandler | |
return | IConnection |
public CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler, string clientProvidedName ) : IConnection | ||
factory | IConnectionFactory | |
insist | bool | |
frameHandler | IFrameHandler | |
clientProvidedName | string | |
return | IConnection |
public CreateConnectionClose ( ushort reasonCode, string reasonText, |
||
reasonCode | ushort | |
reasonText | string | |
request | ||
replyClassId | int | |
replyMethodId | int | |
return | void |
public CreateModel ( ISession session ) : IModel | ||
session | ISession | |
return | IModel |
public CreateModel ( ISession session, ConsumerWorkService workService ) : IModel | ||
session | ISession | |
workService | ConsumerWorkService | |
return | IModel |
public abstract DecodeContentHeaderFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.ContentHeaderBase | ||
reader | RabbitMQ.Util.NetworkBinaryReader | |
return | RabbitMQ.Client.Impl.ContentHeaderBase |
public abstract DecodeMethodFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.MethodBase | ||
reader | RabbitMQ.Util.NetworkBinaryReader | |
return | RabbitMQ.Client.Impl.MethodBase |