SoapMessage.SoapVersion プロパティ

定義

XML Web サービスとの通信に使用する SOAP プロトコルのバージョンを取得します。

public:
 virtual property System::Web::Services::Protocols::SoapProtocolVersion SoapVersion { System::Web::Services::Protocols::SoapProtocolVersion get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public virtual System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.SoapVersion : System.Web.Services.Protocols.SoapProtocolVersion
Public Overridable ReadOnly Property SoapVersion As SoapProtocolVersion

プロパティ値

SoapProtocolVersion 値のいずれか 1 つ。 既定値は、Default です。

属性

注釈

SoapServerMessage場合、 SoapVersion プロパティはステージの後 BeforeDeserialize で有効であることが保証されます。 BeforeDeserializeステージでは プロパティを使用できますが、SOAP メッセージが完全に処理されておらず、SOAP メッセージの内容を変更する可能性のある SOAP 拡張機能は実行されていません。

適用対象