Share via


SoapDocumentMethodAttribute コンストラクター

定義

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

オーバーロード

SoapDocumentMethodAttribute()

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

SoapDocumentMethodAttribute(String)

SoapDocumentMethodAttribute プロパティを action パラメーターの値に設定して、Action クラスの新しいインスタンスを初期化します。

SoapDocumentMethodAttribute()

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

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

適用対象

SoapDocumentMethodAttribute(String)

SoapDocumentMethodAttribute プロパティを action パラメーターの値に設定して、Action クラスの新しいインスタンスを初期化します。

public:
 SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute (string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)

パラメーター

action
String

SOAP 要求の SOAPAction HTTP ヘッダー フィールド。 Action プロパティを設定します。

適用対象