System.Web.Services.Protocols.SoapClientMessage Members

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

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]
ClientSoapHttpClientProtocol.

Gets an instance of the client proxy class, which derives from System.Web.Services.Protocols.SoapHttpClientProtocol.

[read-only]
override
MethodInfoLogicalMethodInfo.

Gets a representation of the method prototype of 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]
override
SoapVersionSoapProtocolVersion.

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

[read-only]
override
Urlstring.

Gets the URL of the XML Web service.

Protected Methods

override
EnsureInStage()

Asserts that the current System.Web.Services.Protocols.SoapMessageStage is a stage where in parameters are available. If not, an exception is thrown.

override
EnsureOutStage()

Asserts that the current System.Web.Services.Protocols.SoapMessageStage is a stage where out parameters are available. If not, an exception is thrown.