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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -