Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to NetPeerTcpBinding in WCF

Tags:

.net

wcf

NetPeerTcpBinding is obsolete as of .NET 4.5. I'm wondering what viable alternatives there are for a .NET project.

like image 609
stevcode Avatar asked Apr 27 '12 18:04

stevcode


2 Answers

Take a look into Mesh.Net, it's an opensource project designed to replace the PeerToPeer binding now that MSFT no longer supports it.

like image 90
Chris Avatar answered Sep 27 '22 23:09

Chris


While not technically an answer, well maybe it is if we can get MS to leave it in the framework. Please go here and upvote!

https://connect.microsoft.com/VisualStudio/feedback/details/776917/netpeertcpbinding-and-other-classes-have-been-marked-obsolete-in-net-4-5-please-restore-them#details

like image 45
Jim Avatar answered Sep 28 '22 00:09

Jim