DiscoveryClientElement.DiscoveryEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ChannelEndpointElement that enables a client application to automatically search for a discoverable workflow service and find its address at runtime.
public:
property System::ServiceModel::Configuration::ChannelEndpointElement ^ DiscoveryEndpoint { System::ServiceModel::Configuration::ChannelEndpointElement ^ get(); };
[System.Configuration.ConfigurationProperty("endpoint")]
public System.ServiceModel.Configuration.ChannelEndpointElement DiscoveryEndpoint { get; }
[<System.Configuration.ConfigurationProperty("endpoint")>]
member this.DiscoveryEndpoint : System.ServiceModel.Configuration.ChannelEndpointElement
Public ReadOnly Property DiscoveryEndpoint As ChannelEndpointElement
Property Value
A channel endpoint.
- Attributes
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.