This documentation is archived and is not being maintained.
SoapClientMessage Properties
.NET Framework 1.1
The properties of the SoapClientMessage class are listed here. For a complete list of SoapClientMessage class members, see the SoapClientMessage Members topic.
Public Properties
Action Supported by the .NET Compact Framework. | Overridden. Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response. |
Client Supported by the .NET Compact Framework. | Gets an instance of the client proxy class, which derives from SoapHttpClientProtocol. |
ContentEncoding (inherited from SoapMessage) | Gets or sets the contents of the Content-Encoding HTTP header. |
ContentType (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets or sets the HTTP Content-Type of the SOAP request or SOAP response. |
Exception (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets the SoapException from the call to the XML Web service method. |
Headers (inherited from SoapMessage)
Supported by the .NET Compact Framework. | A collection of the SOAP headers applied to the current SOAP request or SOAP response. |
MethodInfo 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. |
OneWay 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. |
Stage (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets the SoapMessageStage of the SoapMessage. |
Stream (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. |
Url 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:
