Tag: wcf proxy
Generate Proxy For Wcf Service
3 Ways to generate proxy for WCF Service – CodeProject In Windows Communication Foundation, for a client application to communicate with a WCF Service, we have following options: Using ChannelFactory Generating Proxies I have already discussed about difference between ChannelFactory and Proxies in one of my previous WCF Tutorial on…
Read More