Protocol element in C#

  • Thread starter Thread starter Ramya A
  • Start date Start date
R

Ramya A

Hi,

What is the equivalent of the following VB protocol code in C#

<webServices>
<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
</protocols>
</webServices>

Thanks,
Ramya
 
Please ignore. The same thing works in C# also. For some reason, it
threw some error and I thought there should be a different syntax.
Never mind.
 
Back
Top