Прочетете на английски Редактиране

Споделяне чрез


SoapDocumentMethodAttribute Constructors

Definition

Initializes a new instance of the SoapDocumentMethodAttribute class.

Overloads

SoapDocumentMethodAttribute()

Initializes a new instance of the SoapDocumentMethodAttribute class.

SoapDocumentMethodAttribute(String)

Initializes a new instance of the SoapDocumentMethodAttribute class, setting the Action property to the value of the action parameter.

SoapDocumentMethodAttribute()

Initializes a new instance of the SoapDocumentMethodAttribute class.

C#
public SoapDocumentMethodAttribute();

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SoapDocumentMethodAttribute(String)

Initializes a new instance of the SoapDocumentMethodAttribute class, setting the Action property to the value of the action parameter.

C#
public SoapDocumentMethodAttribute(string action);

Parameters

action
String

The SOAPAction HTTP header field of the SOAP request. Sets the Action property.

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1