June 2002
Intermediate to advanced
816 pages
28h 12m
English
SoapDocumentServiceAttribute
This attribute can be applied to web service’s class declaration. It specifies
that the default encoding for SOAP request and response messages will be
Document. The client can override this default by using the SoapRpcMethodAttribute. This
attribute is rarely used because the default in ASP.NET proxy classes is
already Document encoding.
Public NotInheritable Class SoapDocumentServiceAttribute : Inherits Attribute ' Public Constructors Public Sub New() Public Sub New( ByVal use As System.Web.Services.Description.SoapBindingUse) Public Sub New( ByVal use As System.Web.Services.Description.SoapBindingUse, ByVal paramStyle As SoapParameterStyle) ' Public Instance Properties Public Property ParameterStyle As SoapParameterStyle Public Property RoutingStyle As SoapServiceRoutingStyle Public Property Use As SoapBindingUse End Class
System.Object→System.Attribute→ SoapDocumentServiceAttribute
Class
Read now
Unlock full access