System.Web.Services.Protocols.SoapServerMessage: Property Members

The properties of System.Web.Services.Protocols.SoapServerMessage are listed below. For a list of all members, see the SoapServerMessage Members list.

See Also: Inherited members from System.Web.Services.Protocols.SoapMessage

Public Properties

[read-only]
override
Actionstring.

Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.

[read-only]
override
MethodInfoLogicalMethodInfo.

Gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended.

[read-only]
override
OneWaybool.

Gets a value indicating whether the client waits for the server to finish processing an XML Web service method.

[read-only]
Serverobject.

Gets the instance of the class handling the method invocation on the Web server.

[read-only]
override
SoapVersionSoapProtocolVersion.

Gets the version of the SOAP protocol used to communicate with the XML Web service.

[read-only]
override
Urlstring.

Gets the base URL of the XML Web service.