This documentation is archived and is not being maintained.

SoapServerMessage Members

SoapServerMessage overview

Public Properties

public propertyAction Overridden. Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.
public propertyContentEncoding (inherited from SoapMessage) Gets or sets the contents of the Content-Encoding HTTP header.
public propertyContentType (inherited from SoapMessage) Gets or sets the HTTP Content-Type of the SOAP request or SOAP response.
public propertyException (inherited from SoapMessage) Gets the SoapException from the call to the XML Web service method.
public propertyHeaders (inherited from SoapMessage) A collection of the SOAP headers applied to the current SOAP request or SOAP response.
public propertyMethodInfo Overridden. Gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended.
public propertyOneWay Overridden. Gets a value indicating whether the client waits for the server to finish processing an XML Web service method.
public propertyServer Gets the instance of the class handling the method invocation on the Web server.
public propertyStage (inherited from SoapMessage) Gets the SoapMessageStage of the SoapMessage.
public propertyStream (inherited from SoapMessage) Gets the data representing the SOAP request or SOAP response in the form of a Stream.
public propertyUrl Overridden. Gets the base URL of the XML Web service.

Public Methods

public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetInParameterValue (inherited from SoapMessage) Gets the parameter passed into the XML Web service method at the specified index.
public methodGetOutParameterValue (inherited from SoapMessage) Gets the out parameter passed into the XML Web service method at the specified index.
public methodGetReturnValue (inherited from SoapMessage) Gets the return value of an XML Web service method.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodEnsureInStage Overridden. Asserts that the current SoapMessageStage is a stage where in parameters are available. If not, an exception is thrown.
protected methodEnsureOutStage Overridden. Asserts that the current SoapMessageStage is a stage where out parameters are available. If not, an exception is thrown.
protected methodEnsureStage (inherited from SoapMessage) Ensures that the 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.
protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SoapServerMessage Class | System.Web.Services.Protocols Namespace

Show: