Partager via


RoutingExtensionElement.SoapProcessingEnabled Propriété

Définition

Obtient ou définit une valeur indiquant si le traitement SOAP doit avoir lieu.

public:
 property bool SoapProcessingEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)]
public bool SoapProcessingEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)>]
member this.SoapProcessingEnabled : bool with get, set
Public Property SoapProcessingEnabled As Boolean

Valeur de propriété

true si les messages doivent être marshalés ; sinon, false. La valeur par défaut est true.

Attributs

Remarques

Pour plus d'informations sur le traitement SOAP, consultez SoapProcessingBehavior.

S’applique à