WCF:Is the Reliable session tied to the transport session?
Answer Posted / 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 View All Answers
What is the address formats of the wcf transport schemas?
Explain Address, Binding, and contract for a WCF Service?
Explain the difference between transport and message level security.
How to set the instancing mode in wcf service?
What are the types of contract available in wcf?
What is DataContract in WCF?
Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?
What is transport reliability in wcf?
What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?
Explain service contracts?
What do you understand by the term data contract?
What is the basic difference between creating WCF service or WEB services?
How many types of contracts in WCF?
can you explain how to define a service as rest based service in wcf? : Wcf data services
what is wcf tcp binding type? : Wcf data services