Partilhar via


<add> of <defaultPorts>

A default communications endpoint that the client application listens to.

Schema Hierarchy

<system.serviceModel>
  <behaviors>
    <serviceBehaviors>
      <behavior> of <serviceBehaviors>
        <useRequestHeadersForMetadataAddress>
          <defaultPorts>
            <add> of <defaultPorts>

Syntax

<useRequestHeadersForMetadataAddress>   <defaultPorts>      <add port="Integer" scheme="String" />   </defaultPorts></useRequestHeadersForMetadataAddress>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

port

An integer that specifies the default communications port number

scheme

A string that specifies the group of protocol settings associated with a communications port.

Child Elements

None.

Parent Elements

Element Description

<defaultPorts>

A collection of default ports listing the default communications endpoints that the client application listens to.

See Also

Reference

DefaultPortElement