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.

parameterFormatter
Type

Инициализирует свойство ParameterFormatter объектом Type, сериализующим параметры, передаваемые клиентом веб-службы XML в метод веб-службы XML.

Применяется к