SoapDocumentServiceAttribute Constructor
.NET Framework 2.0
Initializes a new instance of the SoapDocumentServiceAttribute class.
| Name | Description |
|---|---|
| SoapDocumentServiceAttribute () |
Initializes a new instance of the SoapDocumentServiceAttribute class setting all properties to their default values.
Supported by the .NET Compact Framework.
|
| SoapDocumentServiceAttribute (SoapBindingUse) |
Initializes a new instance of the SoapDocumentServiceAttribute class setting the parameter formatting.
Supported by the .NET Compact Framework.
|
| 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.
Supported by the .NET Compact Framework.
|
Community Additions
ADD
Show: