SoapDocumentMethodAttribute Konstruktorer

Definition

Initierar en ny instans av SoapDocumentMethodAttribute klassen.

Överlagringar

Name Description
SoapDocumentMethodAttribute()

Initierar en ny instans av SoapDocumentMethodAttribute klassen.

SoapDocumentMethodAttribute(String)

Initierar en ny instans av SoapDocumentMethodAttribute klassen och anger Action egenskapen till värdet för parametern action .

SoapDocumentMethodAttribute()

Initierar en ny instans av SoapDocumentMethodAttribute klassen.

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

Gäller för

SoapDocumentMethodAttribute(String)

Initierar en ny instans av SoapDocumentMethodAttribute klassen och anger Action egenskapen till värdet för parametern 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)

Parametrar

action
String

FÄLTET SOAPAction HTTP-huvud i SOAP-begäran. Anger egenskapen Action .

Gäller för