Table of Contents

Class Protocols

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

Provides access to the supported IProtocol implementations.

public static class Protocols
Inheritance
Protocols
Inherited Members

Fields

AMQP_0_9_1

Protocol version 0-9-1 as modified by Pivotal.

public static readonly IProtocol AMQP_0_9_1

Field Value

IProtocol

DefaultProtocol

Retrieve the current default protocol variant (currently AMQP_0_9_1).

public static readonly IProtocol DefaultProtocol

Field Value

IProtocol