共用方式為


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 屬性為 Type,這型別會還原序列化來自 XML Web Service 方法的回應。

parameterFormatter
Type

初始化 ParameterFormatter 屬性為 Type,這型別會將 XML Web Service 用戶端傳來的參數序列化至 XML Web Service 方法。

適用於