System.Web.Services.Protocols.SoapMessage: Method Members

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

See Also: Inherited members from System.Object

Public Methods

GetInParameterValue(int) : object

Gets the parameter passed into the XML Web service method at the specified index.

GetOutParameterValue(int) : object

Gets the out parameter passed into the XML Web service method at the specified index.

GetReturnValue() : object

Gets the return value of an XML Web service method.

Protected Methods

abstract
EnsureInStage()

When overridden in a derived class, asserts that the current System.Web.Services.Protocols.SoapMessageStage is a stage where in parameters are available.

abstract
EnsureOutStage()

When overridden in a derived class, asserts that the current System.Web.Services.Protocols.SoapMessageStage stage is a stage where out parameters are available.

EnsureStage(SoapMessageStage)

Ensures that the System.Web.Services.Protocols.SoapMessageStage of the call to the XML Web service method is the stage or stages passed in. If the current processing stage is not one of the stages passed in, an exception is thrown.