Total Pageviews

Wednesday, December 15, 2010

what is a Proxy

A proxy is a CLR class that exposes the interface representing the service contracts.
The proxy encapsulates every aspect of the service contract: its implementation technology, platform, location and communication transport .
Proxy along with the service contracts methods also has some more methods which support life cycle of proxy and the connection to the service

No comments:

Post a Comment