Can I have an optional parameter for an ASP.NET SOAP web service

后端 未结 6 2043
[愿得一人]
[愿得一人] 2020-11-29 12:30

I want to build a webservice with this signature, which does not throw an exception if param2 is left empty. Is this possible?

[WebMethod]
public string Hell         


        
6条回答
提交回复
热议问题