RoutingExtensionElement.SoapProcessingEnabled Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy ma nastąpić przetwarzanie protokołu 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

Wartość właściwości

true jeśli komunikaty powinny być marshalowane; w przeciwnym razie , false. Wartość domyślna to true.

Atrybuty

Uwagi

Aby uzyskać więcej informacji na temat przetwarzania protokołu SOAP, zobacz SoapProcessingBehavior.

Dotyczy