Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A collection of default ports listing the default communications endpoints that the client application listens to.
<configuration>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior>
<useRequestHeadersForMetadataAddress>
<defaultPorts>
Syntax
<useRequestHeadersForMetadataAddress>
<defaultPorts>
<add scheme="http"
port="integer" />
</defaultPorts>
</useRequestHeadersForMetadataAddress>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| <add> of <defaultPorts> | A default communications endpoint that the client application listens to. |
Parent Elements
| Element | Description |
|---|---|
| <useRequestHeadersForMetadataAddress> | A list of default ports. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.