This documentation is archived and is not being maintained.

SoapDocumentServiceAttribute Constructor

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.

  NameDescription
Public method Supported by the .NET Compact Framework SoapDocumentServiceAttribute() Initializes a new instance of the SoapDocumentServiceAttribute class setting all properties to their default values.
Public method Supported by the .NET Compact Framework SoapDocumentServiceAttribute(SoapBindingUse) Initializes a new instance of the SoapDocumentServiceAttribute class setting the parameter formatting.
Public method 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.
Top
Show: