EndpointCollectionElement::ConfiguredEndpoints Property

.NET Framework (current version)
 

When implemented in a derived class, provides a read-only collection of StandardEndpointElement methods and properties.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ReadOnlyCollection<StandardEndpointElement^>^ ConfiguredEndpoints {
	virtual ReadOnlyCollection<StandardEndpointElement^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<StandardEndpointElement^>^

A read-only collection of StandardEndpointElement methods and properties.

.NET Framework
Available since 4.0
Return to top
Show: