EndpointBehaviorElement Class
Represents a configuration element that contains a list of endpoint behaviors that is applied to all Windows Communication Foundation (WCF) endpoints 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 EndpointBehaviorElement Inherits NamedServiceModelExtensionCollectionElement(Of BehaviorExtensionElement) 'Usage Dim instance As EndpointBehaviorElement
public class EndpointBehaviorElement extends NamedServiceModelExtensionCollectionElement<BehaviorExtensionElement>
public class EndpointBehaviorElement extends NamedServiceModelExtensionCollectionElement<BehaviorExtensionElement>
System.Object
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.NamedServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.EndpointBehaviorElement
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.NamedServiceModelExtensionCollectionElement
System.ServiceModel.Configuration.EndpointBehaviorElement
Show: