Is it unusual for a web service call to have an “out” parameter?

后端 未结 3 1379
醉酒成梦
醉酒成梦 2021-01-20 04:58

Is it unusual for a web service call to have an \"out\" parameter? If so, why?

I am using C# web service and webserive consumer also will be c# app.

3条回答
  •  伪装坚强ぢ
    2021-01-20 05:17

    Yes, You would want to bundle what you return into a single object (typically a Response Object)

    See Wikipedia

提交回复
热议问题