SoapDocumentMethodAttribute Konstruktory

Definice

Inicializuje novou instanci SoapDocumentMethodAttribute třídy.

Přetížení

SoapDocumentMethodAttribute()

Inicializuje novou instanci SoapDocumentMethodAttribute třídy.

SoapDocumentMethodAttribute(String)

Inicializuje novou instanci SoapDocumentMethodAttribute třídy a nastaví Action vlastnost na hodnotu parametru action .

SoapDocumentMethodAttribute()

Inicializuje novou instanci SoapDocumentMethodAttribute třídy.

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

Platí pro

SoapDocumentMethodAttribute(String)

Inicializuje novou instanci SoapDocumentMethodAttribute třídy a nastaví Action vlastnost na hodnotu parametru action .

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)

Parametry

action
String

Pole SOAPAction hlavičky HTTP požadavku SOAP. Action Nastaví vlastnost.

Platí pro