ServiceBehaviorElement Class
Represents a configuration element that contains a list of service behaviors that is applied to all Windows Communication Foundation (WCF) services on the machine.
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in system.servicemodel.dll)
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public Class ServiceBehaviorElement Inherits NamedServiceModelExtensionCollectionElement(Of BehaviorExtensionElement) 'Usage Dim instance As ServiceBehaviorElement
public class ServiceBehaviorElement extends NamedServiceModelExtensionCollectionElement<BehaviorExtensionElement>
public class ServiceBehaviorElement extends NamedServiceModelExtensionCollectionElement<BehaviorExtensionElement>
System.Object
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.NamedServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.ServiceBehaviorElement
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.NamedServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.ServiceBehaviorElement
Show: