C# Class Amqp.Listener.ConnectionListener.SaslSettings

Contains the SASL settings for a connection.
Datei anzeigen Open project: xamarin/mini-hacks

Private Properties

Property Type Description
SaslSettings System
TryGetMechanism bool

Public Methods

Method Description
EnablePlainMechanism ( string userName, string password ) : void

Enables SASL PLAIN mechanism.

Private Methods

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

Method Details

EnablePlainMechanism() public method

Enables SASL PLAIN mechanism.
public EnablePlainMechanism ( string userName, string password ) : void
userName string
password string
return void