ClientSection::Endpoints Property
.NET Framework (current version)
Gets a list of endpoints that a client can connect to.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)] property ChannelEndpointElementCollection^ Endpoints { ChannelEndpointElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::ChannelEndpointElementCollection^A ChannelEndpointElementCollection that contains a list of endpoints that a client can connect to.
.NET Framework
Available since 3.0
Available since 3.0
Show: