ServiceDiscoveryBehavior Class
This class controls the discoverability of service endpoints.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceDiscoveryBehavior() | Creates a new instance of the ServiceDiscoveryBehavior class. |
| Name | Description | |
|---|---|---|
![]() | AnnouncementEndpoints | Gets a collection of announcement endpoints. Use this collection to specify the endpoints to use for sending announcement messages. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceBehavior::AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | An implementation of the AddBindingParameters method. |
![]() ![]() | IServiceBehavior::ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | An implementation of the ApplyDispatchBehavior method. |
![]() ![]() | IServiceBehavior::Validate(ServiceDescription^, ServiceHostBase^) | An implementation of the Validate method. |
A ServiceDiscoveryBehavior makes all endpoints of a service discoverable. Use EndpointDiscoveryBehavior to control the discoverability of a particular endpoint as well as discoverable metadata.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




