This documentation is archived and is not being maintained.

SoapClientMessage Properties

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

Public Properties

public propertyAction

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Gets an instance of the client proxy class, which derives from SoapHttpClientProtocol.
public propertyContentEncoding (inherited from SoapMessage) Gets or sets the contents of the Content-Encoding HTTP header.
public propertyContentType (inherited from SoapMessage)

Supported by the .NET Compact Framework.

Gets or sets the HTTP Content-Type of the SOAP request or SOAP response.
public propertyException (inherited from SoapMessage)

Supported by the .NET Compact Framework.

Gets the SoapException from the call to the XML Web service method.
public propertyHeaders (inherited from SoapMessage)

Supported by the .NET Compact Framework.

A collection of the SOAP headers applied to the current SOAP request or SOAP response.
public propertyMethodInfo

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Overridden. Gets a value indicating whether the client waits for the server to finish processing an XML Web service method.
public propertyStage (inherited from SoapMessage)

Supported by the .NET Compact Framework.

Gets the SoapMessageStage of the SoapMessage.
public propertyStream (inherited from SoapMessage)

Supported by the .NET Compact Framework.

Gets the data representing the SOAP request or SOAP response in the form of a Stream.
public propertyUrl

Supported by the .NET Compact Framework.

Overridden. Gets the URL of the XML Web service.

See Also

SoapClientMessage Class | System.Web.Services.Protocols Namespace

Show: