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
Alexandros Pappas
NA
7
5.9k
WCF timeouts on the server side seem not to do anything
Jun 13 2019 5:25 AM
The timeout values on the server side seem not to do anything. I host a WCF Service on IIS and have the following binding:
<
bindings
>
<
wsHttpBinding
>
<
binding
name
=
"transactionalBinding"
transactionFlow
=
"true"
sendTimeout
=
"00:00:01"
receiveTimeout
=
"00:00:01"
openTimeout
=
"00:00:01"
closeTimeout
=
"00:00:01"
>
<
security
mode
=
"Transport"
>
<
transport
clientCredentialType
=
"None"
proxyCredentialType
=
"None"
realm
=
""
/>
</
security
>
</
binding
>
</
wsHttpBinding
>
</
bindings
>
In my service method I sleep for 10 seconds. I do not get a timeout exception when calling my service method from a client.
Reply
Answers (
1
)
How to rotate WCF log when maxMessagesToLog is reached?
Rest Asp.net web API help needed