EndpointDiscoveryBehavior Class
Controls the content of the EndpointDiscoveryMetadata returned by a discovery endpoint.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
The EndpointDiscoveryBehavior type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEndpointBehavior::AddBindingParameters | Not implemented. |
![]() ![]() | IEndpointBehavior::ApplyClientBehavior | Not implemented. |
![]() ![]() | IEndpointBehavior::ApplyDispatchBehavior | Not implemented. |
![]() ![]() | IEndpointBehavior::Validate | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
