SoapDocumentMethodAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der SoapDocumentMethodAttribute-Klasse.

Überlädt

SoapDocumentMethodAttribute()

Initialisiert eine neue Instanz der SoapDocumentMethodAttribute-Klasse.

SoapDocumentMethodAttribute(String)

Initialisiert eine neue Instanz der SoapDocumentMethodAttribute-Klasse und legt die Action-Eigenschaft auf den Wert des action-Parameters fest.

SoapDocumentMethodAttribute()

Initialisiert eine neue Instanz der SoapDocumentMethodAttribute-Klasse.

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

Gilt für

SoapDocumentMethodAttribute(String)

Initialisiert eine neue Instanz der SoapDocumentMethodAttribute-Klasse und legt die Action-Eigenschaft auf den Wert des action-Parameters fest.

public:
 SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute (string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)

Parameter

action
String

Das SOAPAction-HTTP-Headerfeld der SOAP-Anforderung. Legt die Action-Eigenschaft fest.

Gilt für