Share via


<add> of <baseAddress>

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

Schema Hierarchy

<system.serviceModel>
  <client>
    <endpoint>
      <host>
        <baseAddresses>
          <add> of <baseAddress>

Syntax

<add baseAddress="string" />

Type

Attributes and Elements

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

Attributes

Attribute Description

baseAddress

A string that specifies a base address used by the service host.

Child Elements

None.

Parent Elements

Element Description

<baseAddresses>

A collection of baseAddress elements.

See Also

Reference

HostElement
ServiceHost
BaseAddresses

Other Resources

Hosting


© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05