HttpMethodAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der HttpMethodAttribute-Klasse.

Überlädt

Name Beschreibung
HttpMethodAttribute()

Initialisiert eine neue Instanz der HttpMethodAttribute-Klasse.

HttpMethodAttribute(Type, Type)

Initialisiert eine neue instance von HttpMethodAttribute.

HttpMethodAttribute()

Initialisiert eine neue Instanz der HttpMethodAttribute-Klasse.

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

Gilt für:

HttpMethodAttribute(Type, Type)

Initialisiert eine neue instance von 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)

Parameter

returnFormatter
Type

Initialisiert die ReturnFormatter Eigenschaft mit einer Type Deserialisierung der Antwort von einer XML-Webdienstmethode.

parameterFormatter
Type

Initialisiert die Eigenschaft mit einer ParameterFormatter Serialisierung von Parametern, die Type von einem XML-Webdienstclient an eine XML-Webdienstmethode gesendet werden.

Gilt für: