This documentation is archived and is not being maintained.
SoapDocumentServiceAttribute Constructor
Visual Studio 2008
Initializes a new instance of the SoapDocumentServiceAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SoapDocumentServiceAttribute() | Initializes a new instance of the SoapDocumentServiceAttribute class setting all properties to their default values. |
|
SoapDocumentServiceAttribute(SoapBindingUse) | Initializes a new instance of the SoapDocumentServiceAttribute class setting the parameter formatting. |
|
SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle) | Initializes a new instance of the SoapDocumentServiceAttribute class that sets the parameter formatting and sets whether parameters are encapsulated within a single XML element, under the Body element, in SOAP messages. |
Show: