SoapMessage Class
Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
For a list of all members of this type, see SoapMessage Members.
System.Object
System.Runtime.Serialization.Formatters.SoapMessage
[Visual Basic] <Serializable> Public Class SoapMessage Implements ISoapMessage [C#] [Serializable] public class SoapMessage : ISoapMessage [C++] [Serializable] public __gc class SoapMessage : public ISoapMessage [JScript] public Serializable class SoapMessage implements ISoapMessage
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.
Remarks
When SoapMessage is the root of a serialization graph, SOAP is produced in RPC (Remote Procedure Call) format, and a SoapMessage object is used to specify the method call parameter types. The SoapFormatter.TopObject property can be set to this object during deserialization.
Requirements
Namespace: System.Runtime.Serialization.Formatters
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
SoapMessage Members | System.Runtime.Serialization.Formatters Namespace