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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.