<exclusiveAddressUse> Element
Specifies a value indicating whether a channel is bound for exclusive access.
<microsoft.web.services2> Element
<messaging> Element
<transports> Element
<add> Element for <transports>
<transports>
<add>
<exclusiveAddressUse/>
</add>
</transports>
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 |
---|---|
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>