SoapServerMethod Properties

 

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubpropertyAction

Gets the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method.

System_CAPS_pubpropertyBindingUse

Gets a SoapBindingUse value that specifies whether the parts of SOAP messages sent to this XML Web service method are encoded as abstract type definitions or concrete schema definitions.

System_CAPS_pubpropertyInHeaderMappings

Gets the XmlMembersMapping used with SOAP requests to this Web service method.

System_CAPS_pubpropertyInHeaderSerializer

Gets the XmlSerializer used with SOAP requests to this Web service method.

System_CAPS_pubpropertyMethodInfo

Gets the LogicalMethodInfo associated with this XML Web service method.

System_CAPS_pubpropertyOneWay

Gets a Boolean that indicates whether an XML Web service client waits for the Web server to finish processing this XML Web service method.

System_CAPS_pubpropertyOutHeaderMappings

Gets the XmlMembersMapping used with SOAP responses from this Web service method.

System_CAPS_pubpropertyOutHeaderSerializer

Gets the XmlSerializer used with SOAP responses from this Web service method.

System_CAPS_pubpropertyParameterSerializer

Gets the XmlSerializer used with parameters that are passed to this Web service method.

System_CAPS_pubpropertyParameterStyle

Gets a SoapParameterStyle object that specifies how parameters are formatted in SOAP messages sent to this XML Web service method.

System_CAPS_pubpropertyReturnSerializer

Gets the XmlSerializer used with return values from this Web service method.

System_CAPS_pubpropertyRpc

Gets a Boolean that indicates whether SOAP messages sent to and from this XML Web service method use RPC formatting.

System_CAPS_pubpropertyWsiClaims

Gets a WsiProfiles value that indicates the Web Services Interoperability (WSI) specification to which this Web service claims to conform.

Return to top
Show: