C# 클래스 Amqp.Listener.ConnectionListener.SaslSettings

Contains the SASL settings for a connection.
파일 보기 프로젝트 열기: xamarin/mini-hacks

Private Properties

프로퍼티 타입 설명
SaslSettings System
TryGetMechanism bool

공개 메소드들

메소드 설명
EnablePlainMechanism ( string userName, string password ) : void

Enables SASL PLAIN mechanism.

비공개 메소드들

메소드 설명
SaslSettings ( ) : System
TryGetMechanism ( Amqp.Types.Symbol name, SaslMechanism &mechanism ) : bool

메소드 상세

EnablePlainMechanism() 공개 메소드

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