SoapServerMessage Class
Represents the data in a SOAP request received or a SOAP response sent by an XML Web service method at a specific SoapMessageStage. This class cannot be inherited.
For a list of all members of this type, see SoapServerMessage Members.
System.Object
System.Web.Services.Protocols.SoapMessage
System.Web.Services.Protocols.SoapServerMessage
[Visual Basic] NotInheritable Public Class SoapServerMessage Inherits SoapMessage [C#] public sealed class SoapServerMessage : SoapMessage [C++] public __gc __sealed class SoapServerMessage : public SoapMessage [JScript] public class SoapServerMessage 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
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
SoapServerMessage Members | System.Web.Services.Protocols Namespace