Amqp.Listener.ConnectionListener.ListenerSaslProfile.GetStartCommand C# (CSharp) Method

GetStartCommand() protected method

protected GetStartCommand ( string hostname ) : DescribedList
hostname string
return DescribedList
            protected override DescribedList GetStartCommand(string hostname)
            {
                Symbol[] symbols = this.listener.saslSettings.Mechanisms;
                return new SaslMechanisms() { SaslServerMechanisms = symbols };
            }