HttpMethodAttribute コンストラクター

定義

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

オーバーロード

名前 説明
HttpMethodAttribute()

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

HttpMethodAttribute(Type, Type)

HttpMethodAttributeの新しいインスタンスを初期化します。

HttpMethodAttribute()

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

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

適用対象

HttpMethodAttribute(Type, Type)

HttpMethodAttributeの新しいインスタンスを初期化します。

public:
 HttpMethodAttribute(Type ^ returnFormatter, Type ^ parameterFormatter);
public HttpMethodAttribute(Type returnFormatter, Type parameterFormatter);
new System.Web.Services.Protocols.HttpMethodAttribute : Type * Type -> System.Web.Services.Protocols.HttpMethodAttribute
Public Sub New (returnFormatter As Type, parameterFormatter As Type)

パラメーター

returnFormatter
Type

XML Web サービス メソッドからの応答を逆シリアル化するReturnFormatterType プロパティを初期化します。

parameterFormatter
Type

XML Web サービス クライアントから XML Web サービス メソッドに送信されるパラメーターをシリアル化するParameterFormatterに、Type プロパティを初期化します。

適用対象