This documentation is archived and is not being maintained.

SoapRpcMethodAttribute Constructor

.NET Framework 1.1

Initializes a new instance of the SoapRpcMethodAttribute class.

Overload List

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

Supported by the .NET Compact Framework.

[Visual Basic] Public Sub New()
[C#] public SoapRpcMethodAttribute();
[C++] public: SoapRpcMethodAttribute();
[JScript] public function SoapRpcMethodAttribute();

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

Supported by the .NET Compact Framework.

[Visual Basic] Public Sub New(String)
[C#] public SoapRpcMethodAttribute(string);
[C++] public: SoapRpcMethodAttribute(String*);
[JScript] public function SoapRpcMethodAttribute(String);

See Also

SoapRpcMethodAttribute Class | SoapRpcMethodAttribute Members | System.Web.Services.Protocols Namespace

Show: