what is the use of WebClient class in WCF application
what is the use of WebClient class in WCF application ?
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.
Jignesh TrivediPosted Jul 24, 2012, 2:50 AM
Hi,
WebClient is part of System.Net namespace, it is used downloads web pages and files using the C#.
so you can also call WFC service using Webclient class.
Please refer
http://msdn.microsoft.com/en-us/library/ms734691.aspx
http://msdn.microsoft.com/en-us/library/system.net.webclient%28v=vs.80%29.aspx
hope this will help you.