1

How to return multiple list in the single response from WCF function using C#.

3
  • What is the response format (xml, json, text, binary, ...) ? Commented Jan 5, 2017 at 23:05
  • What have you tried? Please see this article: stackoverflow.com/help/how-to-ask Commented Jan 5, 2017 at 23:05
  • Could you start with code for how you are returning on List? Commented Jan 5, 2017 at 23:18

1 Answer 1

3

Make a new class where all your lists are properties, and return that class from your WCF function.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.