EndpointDiscoveryBehavior Class
Controls the content of the EndpointDiscoveryMetadata returned by a discovery endpoint.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
| Name | Description | |
|---|---|---|
![]() | EndpointDiscoveryBehavior() | Creates a new instance of the EndpointDiscoveryBehavior class. |
| Name | Description | |
|---|---|---|
![]() | ContractTypeNames | Gets the contract type names associated with the endpoint. |
![]() | Enabled | Gets or sets a value that controls the discoverability of the associated endpoint. |
![]() | Extensions | Gets the extensions associated with the endpoint. |
![]() | Scopes | Gets the scopes associated with the endpoint. |
| 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 | |
|---|---|---|
![]() ![]() | IEndpointBehavior::AddBindingParameters(ServiceEndpoint^, BindingParameterCollection^) | Not implemented. |
![]() ![]() | IEndpointBehavior::ApplyClientBehavior(ServiceEndpoint^, ClientRuntime^) | Not implemented. |
![]() ![]() | IEndpointBehavior::ApplyDispatchBehavior(ServiceEndpoint^, EndpointDispatcher^) | Not implemented. |
![]() ![]() | IEndpointBehavior::Validate(ServiceEndpoint^) | Not implemented. |
This behavior is used to configure the various discovery settings for an endpoint, such as its discoverability, scopes, and any custom extensions to its metadata. A user creates a new instance of this type and adds it to the specific endpoint whose EndpointDiscoveryMetadata must be configured. It can also be used to turn off discovery for specific endpoint using the Enabled property. Note that the EndpointDiscoveryBehavior on an endpoint is ignored if ServiceDiscoveryBehavior is not present. You cannot make an endpoint discoverable through EndpointDiscoveryMetadata without first adding a ServiceDiscoveryBehavior to your service.
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.




