Name |
Description |
AmqpTcpEndpoint |
Represents a TCP-addressable AMQP peer: a host name and port number. |
BinaryTableValue |
Wrapper for a byte[]. May appear as values read from and written to AMQP field tables. |
ConnectionFactory |
Main entry point to the RabbitMQ .NET AMQP client API. Constructs IConnection instances. |
ConsumerWorkService |
|
ConsumerWorkService.WorkPool |
|
DefaultBasicConsumer |
Useful default/base implementation of IBasicConsumer. Subclass and override HandleBasicDeliver in application code. |
DefaultEndpointResolver |
|
ESLog |
|
ExternalMechanism |
|
IModelExensions |
|
PlainMechanism |
|
QueueingBasicConsumer |
Simple IBasicConsumer implementation that uses a SharedQueue to buffer incoming deliveries. |
SslHelper |
Represents an SslHelper which does the actual heavy lifting to set up an SSL connection, using the config options in an SslOption to make things cleaner |
SslOption |
Represents a configurable SSL option, used in setting up an SSL connection. |
TcpClientAdapter |
Simple wrapper around TcpClient. |