Microsoft.Azure.Amqp.Sasl.SaslMechanisms.EnsureRequired C# (CSharp) Method

EnsureRequired() protected method

protected EnsureRequired ( ) : void
return void
        protected override void EnsureRequired()
        {
            if (this.SaslServerMechanisms == null)
            {
                throw new AmqpException(AmqpErrorCode.InvalidField, "sasl-mechanisms:sasl-server-mechanisms");
            }
        }