I have an operation contract in my service contract that accepts a list of data contract objects as an input (void Foo(IList data)). How can I limit the number of data contract items in the collection so that f.ex. not more that 500 can't be sent?
t. Erki.