Proxy and how to produce proxy for WCF Services

What do you mean by Proxy and how to produce proxy for WCF Services?

E

Expert

Verified

The proxy is a CLR class which exposes a single CLR interface presenting the service contract. The proxy gives the similar operations as service's contract, however as well have additional techniques for managing the proxy life cycle and the connection to service. The proxy totally encapsulates each and every aspect of the service: its location, its implementation technology and run-time platform and communication transport.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.