SoapMessage Class
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: