The members of System.Web.Services.Protocols.SoapDocumentServiceAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Web.Services.Protocols.SoapDocumentServiceAttribute class setting all properties to their default values. | ||
Initializes a new instance of the System.Web.Services.Protocols.SoapDocumentServiceAttribute class setting the parameter formatting. | ||
Initializes a new instance of the System.Web.Services.Protocols.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. |
ParameterStyle | SoapParameterStyle.
Gets or sets the default setting that controls whether parameters are encapsulated within a single element following the <Body> element in the XML portion of a SOAP message for XML Web service methods of the XML Web service. | |
RoutingStyle | SoapServiceRoutingStyle.
Gets or sets how SOAP messages are routed to the XML Web service. | |
Use | System.Web.Services.Description.SoapBindingUse.
Gets or sets the default parameter formatting for an XML Web service. |