标签: c# http service web header
我需要调用Web服务并在VS2012中为我的项目添加了服务引用。我可以调用它,但需要为调用添加自定义HTTP标头(而不是SOAP标头)
任何有关如何使这项工作的帮助将不胜感激
麦克
答案 0 :(得分:0)
使用OperationContext.OutgoingMessageHeaders集合添加自定义标题。
http://msdn.microsoft.com/en-us/library/system.servicemodel.operationcontext.outgoingmessageheaders.aspx