Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从基于 REST 的 WCF 服务中读取授权标头信息?
实际上,既然您要求基于 REST 的 WCF 服务,我认为您应该使用
WebOperationContext.Current.IncomingRequest.Headers
为了获取请求中的 HTTP 标头。
您正在尝试读取 http 标头。
OperationContext.Current.OutgoingMessageProperties or OperationContext.Current.IncomingMessageProperties