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 that all registered SOAP transports are to be removed.
<microsoft.web.services3> Element
<messaging> Element
<transports> Element
<clear />
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
Controls the SOAP transport settings for the Microsoft Web Services Enhancements. |
Example
The following code example removes all registered SOAP transports.
<configuration>
<microsoft.web.services3>
<messaging>
<transports>
<clear />
</transports>
</messaging>
</microsoft.web.services3>
</configuration>