SoapMessage Class
.NET Framework 2.0
Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
Namespace: System.Runtime.Serialization.Formatters
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class SoapMessage Implements ISoapMessage 'Usage Dim instance As SoapMessage
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class SoapMessage implements ISoapMessage
SerializableAttribute ComVisibleAttribute(true) public class SoapMessage implements ISoapMessage
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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: