SoapRpcMethodAttribute Constructors

Definition

Initializes a new instance of the SoapRpcMethodAttribute class.

Overloads

SoapRpcMethodAttribute()

Initializes a new instance of the SoapRpcMethodAttribute class, setting all properties to their default values.

SoapRpcMethodAttribute(String)

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

SoapRpcMethodAttribute()

Initializes a new instance of the SoapRpcMethodAttribute class, setting all properties to their default values.

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

Applies to

SoapRpcMethodAttribute(String)

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

public:
 SoapRpcMethodAttribute(System::String ^ action);
public SoapRpcMethodAttribute (string action);
new System.Web.Services.Protocols.SoapRpcMethodAttribute : string -> System.Web.Services.Protocols.SoapRpcMethodAttribute
Public Sub New (action As String)

Parameters

action
String

The intent of the SOAP request. Sets the Action property.

Applies to