How to Add dynamic header in SoapExtension

G

gilad

Hi,
I would like to add header in BeforeSerialize of ProcessMessage in the
SoapExtension.

I know I can prepare:
public class TestHeader : SoapHeader
{
public string userName;
public string password;
}

put values and set in SoapMessage.Headers.Add(TestHeaders Class). what
happen if I want the code to be generic and base on some rules
sometimes add some more values to TestHeader ... isn't there a way to
simply:
Add("TestHeader1", "key1", "value1")
Add("TestHeader1", "key2", "value2")

Add("TestHeader2", "key1", "value1")

Thanks,
Gilad.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top