ServiceEndpointElement::Binding Property
.NET Framework (current version)
Gets or sets a string that specifies the type of binding to use.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("binding", Options = ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ Binding { String^ get(); void set(String^ value); }
The type must have a registered configuration section in order to be referenced. The type is registered by section name, rather than by the type name of the binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: