---
title: "What is the proxy for WCF Service?"  
description: "What is the proxy for WCF Service?"  
author: "Anonymous User"  
published: 2011-04-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/803/what-is-the-proxy-for-wcf-service  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What is the proxy for WCF Service?

A proxy is a class by which a service client can Interact with the service. By the use of proxy in the client application we are able to call the different methods exposed by the service

## Answers

### Answer by Anonymous User

A proxy is a class by which a service client can Interact with the service. By the use of proxy in the client application we are able to call the different methods exposed by the service


---

Original Source: https://www.mindstick.com/interview/803/what-is-the-proxy-for-wcf-service

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
