A
Anbu
I read an article on implementing multiple Attributes for a method
using [AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
attribute.
How to enable AllowMultiple in SoapClient & SoapService implements?
Any documentation would be helpful.
TIA
using [AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
attribute.
How to enable AllowMultiple in SoapClient & SoapService implements?
Any documentation would be helpful.
TIA