WCF:Is the Reliable session tied to the transport session?

Answers were Sorted based on User's Feedback



WCF:Is the Reliable session tied to the transport session?..

Answer / kothavamsi

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

WCF:Is the Reliable session tied to the transport session?..

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

Post New Answer

More WCF Interview Questions

How we can use MessageContract partially with DataContract for a service operation in WCF?

0 Answers  


What is the "contract" property of endpoint in wcf?

0 Answers  


How to perform Transaction query in WCF?

0 Answers   Viscus Infotech,


Define service contracts?

0 Answers  


What is fault contracts in wcf?

0 Answers  






How can we host wcf service?

0 Answers  


What is callback mode in wcf? Explain.

0 Answers  


What are the types of contract available in wcf?

0 Answers  


What tool client can use to generate the proxy of WCF?

0 Answers  


What is overloading in wcf? How to do authentication in wcf?

0 Answers  


What is wcf and wpf in dotnet?

0 Answers  


We have already 2 hostings IIS and self hosting. there is another hosting ie WAS Hosting. What is the use of the WAS(Windows activation Service) compared to other hostings.

3 Answers   TCS,


Categories