Share via


<clear> Element for <transports>

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

<transports> Element

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>

See Also

Reference

<messaging> Element
<transports> Element