SoapDocumentServiceAttribute コンストラクター

定義

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

オーバーロード

SoapDocumentServiceAttribute()

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

SoapDocumentServiceAttribute(SoapBindingUse)

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

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

パラメーターの書式を指定し、SOAP メッセージ内の Body 要素の下で単一の XML 要素内にパラメーターをカプセル化するかどうかを指定する SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

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 メッセージ内の Body 要素の下で単一の XML 要素内にパラメーターをカプセル化するかどうかを指定する SoapDocumentServiceAttribute クラスの新しいインスタンスを初期化します。

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 プロパティを設定します。

適用対象