HttpMessageHandlerFactoryElement::Handlers Property

.NET Framework (current version)
 

Gets or sets a collection of handlers from the configuration.

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

public:
[ConfigurationPropertyAttribute("handlers")]
property DelegatingHandlerElementCollection^ Handlers {
	DelegatingHandlerElementCollection^ get();
	internal: void set(DelegatingHandlerElementCollection^ value);
}

Property Value

Type: System.ServiceModel.Configuration::DelegatingHandlerElementCollection^

a collection of handlers from the configuration.

.NET Framework
Available since 4.5
Return to top
Show: