This topic has not yet been rated - Rate this topic

<baseAddresses>

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a collection of baseAddress elements, which are base addresses for a service host in a self-hosted environment. If a base address is present, endpoints can be configured with addresses relative to the base address.

<system.serviceModel>
  <client>
    <endpoint>
      <host>
        <baseAddresses>

<baseAddresses>
   <add baseAddress="string" />
</baseAddresses>

Type

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

Attributes

None.

Child Elements

Element Description

<add> of <baseAddresses>

A configuration element that specifies the base addresses used by the service host.

Parent Elements

Element Description

<host>

A configuration element that specifies settings for a service host.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ