<extensions> section
This configuration section contains a collection of extensions, which enable the user to create user-defined bindings, behaviors, and other aspects of extensions.
<configuration>
<system.serviceModel>
<extensions>
Syntax
<system.serviceModel>
<extensions>
<bindingExtensions>
</bindingExtensions>
<behaviorExtensions>
</behaviorExtensions>
<bindingElementExtensions>
</bindingElementExtensions>
<endpointExtensions>
</endpointExtensions>
</extensions>
</system.serviceModel>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
<behaviorExtensions> | This section contains child elements that specify behavior extensions, which enable the user to customize service or endpoint behaviors. |
<bindingElementExtensions> | This section enables the use of a custom binding element from a machine or application configuration file. |
<bindingExtensions> | This section contains child elements that specify binding extensions, which enable the user to customize bindings. |
<endpointExtensions> | This section contains child elements that registers standard endpoints. |
Parent Elements
Element | Description |
---|---|
system.ServiceModel | The root element of all WCF configuration elements. |
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา