HttpMethodAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 サービス メソッドからの応答を逆シリアル化するReturnFormatterにType プロパティを初期化します。
- parameterFormatter
- Type
XML Web サービス クライアントから XML Web サービス メソッドに送信されるパラメーターをシリアル化するParameterFormatterに、Type プロパティを初期化します。