SoapClientMessage Members
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. |
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInParameterValue (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets the parameter passed into the XML Web service method at the specified index. |
GetOutParameterValue (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets the out parameter passed into the XML Web service method at the specified index. |
GetReturnValue (inherited from SoapMessage)
Supported by the .NET Compact Framework. | Gets the return value of an XML Web service method. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
EnsureInStage Supported by the .NET Compact Framework. | Overridden. Asserts that the current SoapMessageStage is a stage where in parameters are available. If not, an exception is thrown. |
EnsureOutStage Supported by the .NET Compact Framework. | Overridden. Asserts that the current SoapMessageStage is a stage where out parameters are available. If not, an exception is thrown. |
EnsureStage (inherited from SoapMessage)
Supported by the .NET Compact Framework. | 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. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | 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. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
SoapClientMessage Class | System.Web.Services.Protocols Namespace
