ServiceElement::Endpoints Property
.NET Framework (current version)
Gets a collection of endpoints exposed by this service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)] property ServiceEndpointElementCollection^ Endpoints { ServiceEndpointElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::ServiceEndpointElementCollection^A ServiceEndpointElementCollection that contains one or more endpoints exposed by this service.
Each endpoint has its own address and binding. All bindings used within the configuration file must be defined in the scope of the file.
.NET Framework
Available since 3.0
Available since 3.0
Show: