Click here to Skip to main content
15,888,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is ReliableCommunication in wcf

can we do this one in webservices
Posted

Hi,

In summary - Reliability means ensuring that the message is reached safely (from client to the server) without any communication errors.

In WCF this can be achieved with just few of the configurations entries.

Bindings in wcf which supports this by default are : tcp,named pipe and wshttp etc

By using http, if you want to achieve reliability - then you have to go for the custom binding in wcf

I hope this helps!.

Regards,
-Vinayak
 
Share this answer
 
the transformation of message is must to
or it go safely through the network
 
Share this answer
 
MSDN link here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900