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

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

parameterFormatter
Type

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

適用対象