Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |
|---|---|
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>