This documentation is archived and is not being maintained.

SoapServerMessage Properties

The properties of the SoapServerMessage class are listed here. For a complete list of SoapServerMessage class members, see the SoapServerMessage Members topic.

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.

See Also

SoapServerMessage Class | System.Web.Services.Protocols Namespace

Show: