WCF:Is the Reliable session tied to the transport session?
Answers were Sorted based on User's Feedback
1. Message reliability is based on an industry standard
(Ws-Reliable Messaging) for reliable message-based
communication that maintains a session at the transport level.
2. To establish a reliable messaging link between two
endpoints, we first need a notion of a connection or
"session". Each message sent in the context of that session
is assigned a unique number denoting its order in the sequence
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mohan krishna chowdary
-- No ---
Because:
The reliability is not tied to a particular transport
session (for example, the session a TCP connection
provides) and can use multiple transport sessions
concurrently or sequentially over the lifetime of the
reliable session.
Is This Answer Correct ? | 1 Yes | 2 No |
What is wcf web service (ws) binding type?
What is the basic difference between creating WCF service or WEB services?
0 Answers Petranics Solutions,
What do you understand by the term data contract?
Please explain different modes of security in wcf? Or explain the difference between transport and message level security.
tell me what is service and client in perspective of data communication? : Wcf data services
What are different isolation levels?
explain what is transport and message reliability? : Wcf data services
In wcf, which contract is used to document the errors occurred in the service to client?
Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?
WCF:Can the Reliable session be established with the one- way, or the request-reply, or with the duplex, or with all those exchange message patterns?
what is the endpoint in WCF and what are the three major points in WCF?
How many Instance modes is supported by WCF?