StandardEndpointsSection::EndpointCollections Property

.NET Framework (current version)
 

Returns a collection of standard endpoints.

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

public:
property List<EndpointCollectionElement^>^ EndpointCollections {
	List<EndpointCollectionElement^>^ get();
}

Property Value

Type: System.Collections.Generic::List<EndpointCollectionElement^>^

A generic list.

.NET Framework
Available since 4.0
Return to top
Show: