ExtensionsSection::EndpointExtensions Property

.NET Framework (current version)
 

Gets an ExtensionElementCollection object that contains the specified endpoint extension.

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

public:
[ConfigurationPropertyAttribute("endpointExtensions")]
property ExtensionElementCollection^ EndpointExtensions {
	ExtensionElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ExtensionElementCollection^

A collection of endpoint extensions.

.NET Framework
Available since 4.0
Return to top
Show: