Share via


<clear> Element

Specifies that all registered SOAP transports are to be removed.

<microsoft.web.services2> Element
  <messaging> Element
    <transports> Element

<messaging>        
  <transports>
    <clear />
  </transports>
</messaging>

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.services2>
    <messaging>
      <transports>
        <clear />
      </transports>
    </messaging>
  </microsoft.web.services2>
</configuration>

See Also

Reference

<messaging> Element
<transports> Element