[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This section contains samples related to the discovery feature.
In This Section
-
Discovery with Scopes Sample
-
Shows how to use scopes to categorize endpoints and enable or disable discovery on a specific endpoint. Furthermore, this sample uses DiscoveryClient to do a synchronous find for the services.
-
Announcements Sample
-
Shows how to use announcements with the discovery feature.
-
Asynchronous Find Sample
-
Show how to perform an asynchronous find to search for all calculator services.
-
Basic Sample
-
Shows how to make a service discoverable programmatically as well as search for that service using the DynamicEndpoint.
-
Configuration Sample
-
Shows how to use a configuration file to make a service discoverable as well as how to use a DynamicEndpoint through configuration to look for that service.
-
Discovery Binding Element
-
Shows how to add a discovery binding element into a custom binding. This allows clients to discover a service when a channel is opened.