C# Class Amqp.Listener.ConnectionListener.SaslSettings

Contains the SASL settings for a connection.
Afficher le fichier Open project: xamarin/mini-hacks

Private Properties

Свойство Type Description
SaslSettings System
TryGetMechanism bool

Méthodes publiques

Méthode Description
EnablePlainMechanism ( string userName, string password ) : void

Enables SASL PLAIN mechanism.

Private Methods

Méthode Description
SaslSettings ( ) : System
TryGetMechanism ( Amqp.Types.Symbol name, SaslMechanism &mechanism ) : bool

Method Details

EnablePlainMechanism() public méthode

Enables SASL PLAIN mechanism.
public EnablePlainMechanism ( string userName, string password ) : void
userName string
password string
Résultat void