I am using CKEditor in my application. It comes with a spell checker. The spell checker accesses the World Wide Web. Most users who will use my application do not have access to the World Wide Web. Knowing this, is it possible to create a WCF to be used
as a proxy for these users?
WCF is a framework for building service-oriented applications, you can use it to send data from one service endpoint to another, it can be a client of a service that requests data from a service. A WCF proxy can access the service, you can use the "Add Service
Reference" feature to automatically generate a proxy and associated configuration file. But I am afraid it is not the proxy you mean in the post.
You can learn more infomation about wcf in
this document.
Best Regards.
We are trying to better understand customer views on social support experience. Click HERE to participate the survey. Thanks!
Member
44 Points
73 Posts
Use WCF as a Proxy
Nov 16, 2012 08:26 AM|krutovdl|LINK
I am using CKEditor in my application. It comes with a spell checker. The spell checker accesses the World Wide Web. Most users who will use my application do not have access to the World Wide Web. Knowing this, is it possible to create a WCF to be used as a proxy for these users?
Contributor
2716 Points
311 Posts
Re: Use WCF as a Proxy
Nov 19, 2012 02:19 AM|Haixia Xie - MSFT|LINK
Hi krutovdl,
WCF is a framework for building service-oriented applications, you can use it to send data from one service endpoint to another, it can be a client of a service that requests data from a service. A WCF proxy can access the service, you can use the "Add Service Reference" feature to automatically generate a proxy and associated configuration file. But I am afraid it is not the proxy you mean in the post.
You can learn more infomation about wcf in this document.
Best Regards.