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

Properties

AMQP_0_9_1

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

public static IProtocol AMQP_0_9_1 { get; }

Property Value

IProtocol

DefaultProtocol

Retrieve the current default protocol variant (currently AMQP_0_9_1).

public static IProtocol DefaultProtocol { get; }

Property Value

IProtocol