System.Web.Services.Protocols.SoapServerMethod Members

The members of System.Web.Services.Protocols.SoapServerMethod are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Actionstring.

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

[read-only]
BindingUseSystem.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]
InHeaderMappingsSoapHeaderMapping[].

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

[read-only]
InHeaderSerializerSystem.Xml.Serialization.XmlSerializer.

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

[read-only]
MethodInfoLogicalMethodInfo.

Gets the System.Web.Services.Protocols.LogicalMethodInfo associated with this XML Web service method.

[read-only]
OneWaybool.

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]
OutHeaderMappingsSoapHeaderMapping[].

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

[read-only]
OutHeaderSerializerSystem.Xml.Serialization.XmlSerializer.

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

[read-only]
ParameterSerializerSystem.Xml.Serialization.XmlSerializer.

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

[read-only]
ParameterStyleSoapParameterStyle.

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]
ReturnSerializerSystem.Xml.Serialization.XmlSerializer.

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

[read-only]
Rpcbool.

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

[read-only]
WsiClaimsSystem.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.