SoapDocumentMethodAttribute 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 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 |
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)