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.
我需要调用 Web 服务并在 VS2012 中为我的项目添加了服务引用。我可以调用它,但需要在调用中添加自定义 HTTP 标头(不是 SOAP 标头)
任何有关如何使这项工作的帮助将不胜感激
麦克风
使用 OperationContext.OutgoingMessageHeaders 集合添加您的自定义标头。
http://msdn.microsoft.com/en-us/library/system.servicemodel.operationcontext.outgoingmessageheaders.aspx