从消息请求标头中按名称获取标头

时间:2017-06-23 07:43:33

标签: c# rest wcf

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

.get('auth')

0 个答案:

没有答案