Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>