SoapClientMessage Class
Represents the data in a SOAP request sent or a SOAP response received by an XML Web service client at a specific SoapMessageStage. This class cannot be inherited.
For a list of all members of this type, see SoapClientMessage Members.
System.Object
System.Web.Services.Protocols.SoapMessage
System.Web.Services.Protocols.SoapClientMessage
[Visual Basic] NotInheritable Public Class SoapClientMessage Inherits SoapMessage [C#] public sealed class SoapClientMessage : SoapMessage [C++] public __gc __sealed class SoapClientMessage : public SoapMessage [JScript] public class SoapClientMessage extends SoapMessage
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web.Services.Protocols
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
SoapClientMessage Members | System.Web.Services.Protocols Namespace