I'm using my own WCF proxy with ClientBase, I want to do somthing like the ct attribute in the svc util, and tell the proxy to return the List<> collection type.
i cant use List<> because the entities managed by nhibernate so i have to use IList
the proxy was not generated with svcutil.... i wrote it my self.
How can I do this?