DiscoveryClientSettingsElement::DiscoveryEndpoint Property

.NET Framework (current version)
 

Gets a ChannelEndpointElement that enables a client application to automatically search for a discoverable workflow service and find its address at runtime.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("endpoint")]
property ChannelEndpointElement^ DiscoveryEndpoint {
	ChannelEndpointElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ChannelEndpointElement^

A channel endpoint.

.NET Framework
Available since 4.0
Return to top
Show: