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.

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

Applies to

SoapDocumentMethodAttribute(String)

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

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)

Parameters

action
String

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

Applies to