<remove>-Element für <protocols>

Entfernt ein einzelnes Protokoll aus der Liste der unterstützten Übertragungsprotokolle eines bestimmten Webdienstes.

<configuration>
   <system.web>
      <webServices>
         <protocols>
**            <remove>**

<remove name="protocol name"/>

Erforderliches Attribut

Attribut Beschreibung
name Der Name des zu entfernenden Protokolls.

Beispiel

Im folgenden Beispiel wird ein Protokoll für einen Webdienst entfernt.

<configuration>
   <system.web>
      <webServices>
         <protocols>
            <remove name="HttpPost"/>
         </protocols>
      <webServices>
   </system.web>
</configuration>

Anforderungen

Enthalten in: <system.web>

Webplattform: IIS 5.0, IIS 5.1, IIS 6.0

Konfigurationsdatei: Machine.config, Web.config

Konfigurationsabschnittshandler: System.Web.Services.Configuration.WebServicesConfigurationSectionHandler

Siehe auch

<webServices>-Element | <protocols>-Element | ASP.NET-Konfiguration | ASP.NET-Einstellungsschema