TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rv Singh
1.5k
245
90k
How to set the timeout property for the WCF Service client
Jan 21 2014 6:07 AM
The timeout property can be set for the WCF Service client call using binding tag.
<
client
>
<
endpoint
...
binding
=
"wsHttpBinding"
bindingConfiguration
=
"LongTimeout"
...
/>
</
client
>
<
bindings
>
<
wsHttpBinding
>
<
binding
name
=
"LongTimeout"
sendTimeout
=
"00:04:00"
/>
</
wsHttpBinding
>
</
bindings
>
Thanks
Reply
Answers (
1
)
WCF Tracing: Can we view Request and Response body?
How to deal with operation overloading while exposing WCf