SoapDocumentServiceAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the SoapDocumentServiceAttribute class.
Assembly: System.Web.Services (in System.Web.Services.dll)
| 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:
