DiscoveryClientElement.BindingElementType Property

Definition

Gets the type of the DiscoveryClientBindingElement.

public:
 virtual property Type ^ BindingElementType { Type ^ get(); };
public override Type BindingElementType { get; }
member this.BindingElementType : Type
Public Overrides ReadOnly Property BindingElementType As Type

Property Value

A type object.

Remarks

The DiscoveryClientBindingElement is the binding element that can be added to a client application to take advantage of the Discovery Client Channel that enables a client application to access a discoverable service without knowing the endpoint address in advance.

Applies to