Свойство | Type | Description | |
---|---|---|---|
Capabilities | bool>.IDictionary |
Méthode | 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 | ||
Résultat | bool |
public CreateChannelClose ( ushort reasonCode, string reasonText, |
||
reasonCode | ushort | |
reasonText | string | |
request | ||
replyClassId | int | |
replyMethodId | int | |
Résultat | void |
public CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled ) : IConnection | ||
factory | ConnectionFactory | |
frameHandler | IFrameHandler | |
automaticRecoveryEnabled | bool | |
Résultat | IConnection |
public CreateConnection ( ConnectionFactory factory, IFrameHandler frameHandler, bool automaticRecoveryEnabled, string clientProvidedName ) : IConnection | ||
factory | ConnectionFactory | |
frameHandler | IFrameHandler | |
automaticRecoveryEnabled | bool | |
clientProvidedName | string | |
Résultat | IConnection |
public CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler ) : IConnection | ||
factory | IConnectionFactory | |
insist | bool | |
frameHandler | IFrameHandler | |
Résultat | IConnection |
public CreateConnection ( IConnectionFactory factory, bool insist, IFrameHandler frameHandler, string clientProvidedName ) : IConnection | ||
factory | IConnectionFactory | |
insist | bool | |
frameHandler | IFrameHandler | |
clientProvidedName | string | |
Résultat | IConnection |
public CreateConnectionClose ( ushort reasonCode, string reasonText, |
||
reasonCode | ushort | |
reasonText | string | |
request | ||
replyClassId | int | |
replyMethodId | int | |
Résultat | void |
public CreateModel ( ISession session ) : IModel | ||
session | ISession | |
Résultat | IModel |
public CreateModel ( ISession session, ConsumerWorkService workService ) : IModel | ||
session | ISession | |
workService | ConsumerWorkService | |
Résultat | IModel |
public abstract DecodeContentHeaderFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.ContentHeaderBase | ||
reader | RabbitMQ.Util.NetworkBinaryReader | |
Résultat | RabbitMQ.Client.Impl.ContentHeaderBase |
public abstract DecodeMethodFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.MethodBase | ||
reader | RabbitMQ.Util.NetworkBinaryReader | |
Résultat | RabbitMQ.Client.Impl.MethodBase |
public ProtocolBase ( ) : System.Net.Sockets | ||
Résultat | System.Net.Sockets |