SoapDocumentMethodAttribute Konstruktorok

Definíció

Inicializálja a SoapDocumentMethodAttribute osztály új példányát.

Túlterhelések

Name Description
SoapDocumentMethodAttribute()

Inicializálja a SoapDocumentMethodAttribute osztály új példányát.

SoapDocumentMethodAttribute(String)

Inicializálja az SoapDocumentMethodAttribute osztály új példányát, és a Action tulajdonságot a action paraméter értékére állítja.

SoapDocumentMethodAttribute()

Inicializálja a SoapDocumentMethodAttribute osztály új példányát.

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

A következőre érvényes:

SoapDocumentMethodAttribute(String)

Inicializálja az SoapDocumentMethodAttribute osztály új példányát, és a Action tulajdonságot a action paraméter értékére állítja.

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)

Paraméterek

action
String

A SOAPAction SOAP-kérelem HTTP-fejlécmezője. Beállítja a tulajdonságot Action .

A következőre érvényes: