HttpMethodAttribute Konstruktorok

Definíció

Inicializálja a HttpMethodAttribute osztály új példányát.

Túlterhelések

Name Description
HttpMethodAttribute()

Inicializálja a HttpMethodAttribute osztály új példányát.

HttpMethodAttribute(Type, Type)

Inicializálja a HttpMethodAttribute.

HttpMethodAttribute()

Inicializálja a HttpMethodAttribute osztály új példányát.

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

A következőre érvényes:

HttpMethodAttribute(Type, Type)

Inicializálja a 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)

Paraméterek

returnFormatter
Type

Inicializálja a ReturnFormatter tulajdonságot olyan Type tulajdonságra, amely deszerializálja a választ egy XML Web Service-metódusból.

parameterFormatter
Type

Inicializálja a ParameterFormatter tulajdonságot egy Type olyan tulajdonságba, amely szerializálja az XML-webszolgáltatás-ügyféltől egy XML-webszolgáltatás-metódusba küldött paramétereket.

A következőre érvényes: