ChannelEndpointElement::EndpointConfiguration Property
.NET Framework (current version)
Gets or sets the name of the standard endpoint that is set by the Kind property, which references to the additional configuration information of this standard endpoint. The same name must be defined in the StandardEndpointsSection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("endpointConfiguration", DefaultValue = "", Options = ConfigurationPropertyOptions::None)] [StringValidatorAttribute(MinLength = 0)] property String^ EndpointConfiguration { String^ get(); void set(String^ value); }
.NET Framework
Available since 4.0
Available since 4.0
Show: