Share via


<exclusiveAddressUse> Element

Specifies a value indicating whether a channel is bound for exclusive access.

<microsoft.web.services3> Element
  <messaging> Element
    <transports> Element
      <add> Element for <transports>

<exclusiveAddressUse enabled />

Attributes and Elements

Attributes

Attribute Description

enabled

Required attribute. true if a channel is bound for exclusive access; otherwise false.

Child Elements

None

Parent Elements

Element Description

<add> Element for <transports>

Adds a SOAP transport to the system.

Example

The following code example specifies that the channel is bound for exclusive access.

<messaging>        
  <transports>
    <add scheme="soap.tcp" >
      <exclusiveAddressUse enabled="true" />
    </add>
  </transports>
</messaging>

See Also

Reference

<transports> Element
<add> Element for <transports>