SoapMessage Class
Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SoapMessage() | Initializes a new instance of the SoapMessage class. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


