Info
Version: | 0.0.0.9 |
Author(s): | Ron zigelman |
Last Update: | Friday, July 8, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://wcfdiscovery.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/WCF.Discovery.Extensions |
Install
Install-Package WCF.Discovery.Extensions
dotnet add package WCF.Discovery.Extensions
paket add WCF.Discovery.Extensions
WCF.Discovery.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The package published is not complete yet.
meanwhile it only complete discovery announcement via p2p instead of udp.
The ad-hoc discovery via Find and Resolve not implemented yet.
But the rest is already there -
Extend the WCF discovery to support:
1.
Service publish its real service address - such as external IP when service is behind NAT
2. Client discovery over any network topology (behind NAT)
Also (in the roadmap):
Binding discovery - clients will receive the binding from the server and connect to it automaticlly.