|
|
Question : Using Message Header decoration in operation contract of WCF
|
|
|
|
Hi Experts
I am trying to do explicit soapheader declaration in the operation contract. I found this syntax in MSDN
[ServiceContract] public interface IPeople { [OperationContract] public void StorePerson( [MessageHeader] UpdateBehavior UpdateBehavior, [MessageBody] Person Person); }
How do i do it in VB.Net?
Thanks
|
|
|
|
Answer : Using Message Header decoration in operation contract of WCF
|
|
|
|
|