HttpMessageHandlerFactoryElement.Handlers Property

Definition

Gets or sets a collection of handlers from the configuration.

public:
 property System::ServiceModel::Configuration::DelegatingHandlerElementCollection ^ Handlers { System::ServiceModel::Configuration::DelegatingHandlerElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("handlers")]
public System.ServiceModel.Configuration.DelegatingHandlerElementCollection Handlers { get; }
[<System.Configuration.ConfigurationProperty("handlers")>]
member this.Handlers : System.ServiceModel.Configuration.DelegatingHandlerElementCollection
Public ReadOnly Property Handlers As DelegatingHandlerElementCollection

Property Value

a collection of handlers from the configuration.

Attributes

Applies to