WCF soap service - add http headers
I and consuming a soap web service using the Service Reference interface in visual studio.开发者_运维百科 The service requires that I include some http headers in the request for authentication.
How can I go about adding http headers to the request is the webrequest exposed at some point in the process?
精彩评论