RoutingExtensionElement.SoapProcessingEnabled プロパティ

定義

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

プロパティ値

true メッセージをマーシャリングする必要がある場合。それ以外の場合は false。 既定値は true です。

属性

注釈

SOAP 処理の詳細については、 SoapProcessingBehaviorを参照してください。

適用対象