0
kicks
Generic Proxy for WCF Services
While working on a pretty large WCF service project I became frustrated at the idea that I'd have to create proxy classes for each of my services. I wanted to be able to create an instance of a proxy class for a service by doing nothing more than providing the service's Endpoint name to create an instance of that service's proxy class. Using Generics this is possible.