HttpMethodAttribute Konstruktory

Definice

Inicializuje novou instanci HttpMethodAttribute třídy.

Přetížení

Name Description
HttpMethodAttribute()

Inicializuje novou instanci HttpMethodAttribute třídy.

HttpMethodAttribute(Type, Type)

Inicializuje novou instanci HttpMethodAttribute.

HttpMethodAttribute()

Inicializuje novou instanci HttpMethodAttribute třídy.

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

Platí pro

HttpMethodAttribute(Type, Type)

Inicializuje novou instanci 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)

Parametry

returnFormatter
Type

Inicializuje ReturnFormatter vlastnost na Type deserializuje odpověď z metody webové služby XML.

parameterFormatter
Type

Inicializuje ParameterFormatter vlastnost na Type serializuje parametry odeslané z klienta webové služby XML do metody webové služby XML.

Platí pro