SoapDocumentServiceAttribute コンストラクター

定義

SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
SoapDocumentServiceAttribute()

すべてのプロパティを既定値に設定して、 SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

SoapDocumentServiceAttribute(SoapBindingUse)

パラメーターの書式設定を設定する SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

パラメーターの書式設定を設定し、パラメーターが SOAP メッセージの SoapDocumentServiceAttribute 要素の下にある 1 つの XML 要素内にカプセル化されるかどうかを設定する、Body クラスの新しいインスタンスを初期化します。

SoapDocumentServiceAttribute()

すべてのプロパティを既定値に設定して、 SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

public:
 SoapDocumentServiceAttribute();
public SoapDocumentServiceAttribute();
Public Sub New ()

適用対象

SoapDocumentServiceAttribute(SoapBindingUse)

パラメーターの書式設定を設定する SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

public:
 SoapDocumentServiceAttribute(System::Web::Services::Description::SoapBindingUse use);
public SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use);
new System.Web.Services.Protocols.SoapDocumentServiceAttribute : System.Web.Services.Description.SoapBindingUse -> System.Web.Services.Protocols.SoapDocumentServiceAttribute
Public Sub New (use As SoapBindingUse)

パラメーター

use
SoapBindingUse

XML Web サービスのパラメーターの書式設定。 Use プロパティを設定します。

適用対象

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

パラメーターの書式設定を設定し、パラメーターが SOAP メッセージの SoapDocumentServiceAttribute 要素の下にある 1 つの XML 要素内にカプセル化されるかどうかを設定する、Body クラスの新しいインスタンスを初期化します。

public:
 SoapDocumentServiceAttribute(System::Web::Services::Description::SoapBindingUse use, System::Web::Services::Protocols::SoapParameterStyle paramStyle);
public SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use, System.Web.Services.Protocols.SoapParameterStyle paramStyle);
new System.Web.Services.Protocols.SoapDocumentServiceAttribute : System.Web.Services.Description.SoapBindingUse * System.Web.Services.Protocols.SoapParameterStyle -> System.Web.Services.Protocols.SoapDocumentServiceAttribute
Public Sub New (use As SoapBindingUse, paramStyle As SoapParameterStyle)

パラメーター

use
SoapBindingUse

パラメーターの書式設定スタイル。 Use プロパティを設定します。

paramStyle
SoapParameterStyle

XML Web サービス内の XML Web サービス メソッドとの間で送受信される SOAP メッセージで、パラメーターを Body 要素の下にある単一の XML 要素内にカプセル化するかどうかを設定します。 ParameterStyle プロパティを設定します。

適用対象