RoutingExtensionElement.SoapProcessingEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se deve verificarsi l'elaborazione SOAP.

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

Valore della proprietà

true se i messaggi devono essere marshallati; in caso contrario, false. Il valore predefinito è true.

Attributi

Commenti

Per altre informazioni sull'elaborazione SOAP, vedere SoapProcessingBehavior.

Si applica a