This documentation is archived and is not being maintained.
SoapMessage Class
Visual Studio 2010
Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
Assembly: mscorlib (in mscorlib.dll)
The SoapMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Headers | Gets or sets the out-of-band data of the called method. |
![]() | MethodName | Gets or sets the name of the called method. |
![]() | ParamNames | Gets or sets the parameter names for the called method. |
![]() | ParamTypes | This property is reserved. Use the ParamNames and/or ParamValues properties instead. |
![]() | ParamValues | Gets or sets the parameter values for the called method. |
![]() | XmlNameSpace | Gets or sets the XML namespace name where the object that contains the called method is located. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
