Aracılığıyla paylaş


HttpMethodAttribute Oluşturucular

Tanım

HttpMethodAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

HttpMethodAttribute()

HttpMethodAttribute sınıfının yeni bir örneğini başlatır.

HttpMethodAttribute(Type, Type)

Yeni bir HttpMethodAttribute örneğini başlatır.

HttpMethodAttribute()

HttpMethodAttribute sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

HttpMethodAttribute(Type, Type)

Yeni bir HttpMethodAttribute örneğini başlatır.

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)

Parametreler

returnFormatter
Type

ReturnFormatter BIR XML Web hizmeti yönteminden yanıtı seri durumdan çıkaran bir özelliğini Type başlatır.

parameterFormatter
Type

ParameterFormatter XML Web hizmeti istemcisinden XML Type Web hizmeti yöntemine gönderilen parametreleri seri hale getiren bir özelliğini başlatır.

Şunlara uygulanır