Hi,
What is timeout property and how to set it for WCF Service client call?
Thanks,
Loading
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.
Hemant KumarPosted Sep 27, 2011, 12:28 AM
The timeout is called "sendTimeout" and you can configure it on your binding section in your config file, or in code - your choice.
config:
This will set the timeout to 3 minutes.