what is proxy and what is the purpose in WCF ?
what is proxy and what is the purpose in WCF ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santosh YadavPosted Apr 6, 2013, 3:25 PM
Hamid KhanPosted Apr 6, 2013, 2:46 AM
The proxy completely encapsulates every aspect of the service: its location, its implementation technology and runtime platform, and the communication transport.
Santosh YadavPosted Apr 2, 2013, 6:45 AM
You are right. But tell me one thing
i.e
When we want to use a wcf service in our application than we use the service url.
e.g
localhost:8562/service2/service2.svc
Now, tell me what is Proxy server and how and where to use it. And also brief it's advantages.
Thanks
Santosh
kiran mPosted Dec 31, 2012, 5:03 AM
are IIs, WAS and self hosting but we are not using proxy server.
Vithal WadjePosted Dec 31, 2012, 4:48 AM
WCF is the communication technology which is used to intract with remote application