c# - WCF soap service - add http headers -
I am using a soap web service in Visual Studio using the service reference interface. The service requires that I include some HTM headers in the authentication request.
How can I go about adding HTM headers for the request, is the webrequest busted at some points in this process?
Comments
Post a Comment