如何从Message请求对象中获取标头?我不想迭代Headers来找到所需的标题。我可以做public bool Equals(Seller other)
{
if (other == null) return false;
return base.Equals(other)
&& SalesGoal == other.SalaryPerHour;
&& MetSaleGoleLastYear == other.HoursPerMonth;
}
之类的事情吗?
.get('auth')