SoapRpcMethodAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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)