SoapMethodAttribute Constructor
Initializes a new instance of the SoapMethodAttribute class.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim soapAction As String
Dim soapMethodAttribute1 As New SoapMethodAttribute(soapAction)
Syntax
'Declaration
Public Sub New( _
ByVal soapAction As String _
)
public SoapMethodAttribute(
string soapAction
);
public:
SoapMethodAttribute(
String^ soapAction
);
public SoapMethodAttribute(
System.String soapAction
);
public function SoapMethodAttribute(
soapAction : String
);
Parameters
- soapAction
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | action is null. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapMethodAttribute Class
SoapMethodAttribute Members
Microsoft.Web.Services3.Messaging Namespace