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.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
krutovdl
Member
49 Points
38 Posts
Use WCF as a Proxy
Nov 16, 2012 12:26 PM|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?
Haixia Xie -...
Contributor
3031 Points
296 Posts
Microsoft
Re: Use WCF as a Proxy
Nov 19, 2012 06:19 AM|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.
Feedback to us
Develop and promote your apps in Windows Store