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

WCF:What is it the Teredo? How can we use it?

0 Answers  


What is endpoint in wcf?

0 Answers  


Explain how to define a service as rest based service in wcf?

0 Answers  


What is callback mode in wcf? Explain.

0 Answers  


Describe the various endpoints in wcf?

0 Answers  






What are the wcf service endpoints?

0 Answers  


What are the requirements for hosting a wcf service?

0 Answers  


WCF:What types of the operation contract parameters could be streamed?

3 Answers   Logica CMG,


What is "know types" in wcf?

0 Answers  


What is the service?

0 Answers  


How datacontractserializer different from xmlserializer?

0 Answers  


What are the types of contract?

0 Answers  


Categories