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)

'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>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Footer image


Show: