Table of Contents

Class PlainMechanismFactory

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public class PlainMechanismFactory : IAuthMechanismFactory
Inheritance
PlainMechanismFactory
Implements
Inherited Members

Properties

Name

The name of the authentication mechanism, as negotiated on the wire.

public string Name { get; }

Property Value

string

Methods

GetInstance()

Return a new authentication mechanism implementation.

public IAuthMechanism GetInstance()

Returns

IAuthMechanism