SoapProcessingExtensionElement.ProcessMessages Właściwość

Definicja

Pobiera lub ustawia wartość, która wskazuje, czy komunikaty mają być marshaled między wersjami komunikatów protokołu SOAP.

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

Wartość właściwości

Boolean

true czy komunikaty powinny być marshaledowane; w przeciwnym razie false . Wartość domyślna to true.

Atrybuty

Dotyczy