The properties of System.Web.Services.Protocols.SoapServerMethod are listed below. For a list of all members, see the SoapServerMethod Members list.
See Also: Inherited members from System.Object
[read-only] | Action | string.
![]() Gets the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method. |
[read-only] | BindingUse | System.Web.Services.Description.SoapBindingUse.
![]() Gets a System.Web.Services.Description.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. |
[read-only] | InHeaderMappings | SoapHeaderMapping[].
![]() Gets the System.Xml.Serialization.XmlMembersMapping used with SOAP requests to this Web service method. |
[read-only] | InHeaderSerializer | System.Xml.Serialization.XmlSerializer.
![]() Gets the System.Xml.Serialization.XmlSerializer used with SOAP requests to this Web service method. |
[read-only] | MethodInfo | LogicalMethodInfo.
![]() Gets the System.Web.Services.Protocols.LogicalMethodInfo associated with this XML Web service method. |
[read-only] | OneWay | bool.
![]() Gets a bool that indicates whether an XML Web service client waits for the Web server to finish processing this XML Web service method. |
[read-only] | OutHeaderMappings | SoapHeaderMapping[].
![]() Gets the System.Xml.Serialization.XmlMembersMapping used with SOAP responses from this Web service method. |
[read-only] | OutHeaderSerializer | System.Xml.Serialization.XmlSerializer.
![]() Gets the System.Xml.Serialization.XmlSerializer used with SOAP responses from this Web service method. |
[read-only] | ParameterSerializer | System.Xml.Serialization.XmlSerializer.
![]() Gets the System.Xml.Serialization.XmlSerializer used with parameters that are passed to this Web service method. |
[read-only] | ParameterStyle | SoapParameterStyle.
![]() Gets a System.Web.Services.Protocols.SoapParameterStyle object that specifies how parameters are formatted in SOAP messages sent to this XML Web service method. |
[read-only] | ReturnSerializer | System.Xml.Serialization.XmlSerializer.
![]() Gets the System.Xml.Serialization.XmlSerializer used with return values from this Web service method. |
[read-only] | Rpc | bool.
![]() Gets a bool that indicates whether SOAP messages sent to and from this XML Web service method use RPC formatting. |
[read-only] | WsiClaims | System.Web.Services.WsiProfiles.
![]() Gets a System.Web.Services.WsiProfiles value that indicates the Web Services Interoperability (WSI) specification to which this Web service claims to conform. |