How to receive arrays through WebHttpBinding?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-06-03T18:56:51Z Indexed on 2010/06/03 19:04 UTC
Read the original article Hit count: 377

Filed under:
|
|
|
|

Will anything like

    [OperationContract]
    [WebGet]
    string IWannaRead(int[] ids);

work? And how to form a link\url (www.example.com/service.svc?ids=1,2,3,4,5,6,7,8) for the request?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET