March 2002
Intermediate to advanced
864 pages
31h 8m
English
ISoapMessage
This type defines the interface used by SoapMessage. This
interface is used to serialize and deserialize SOAP in RPC format.
public interface ISoapMessage { // Public Instance Properties public field Header[] Headers{set; get; } public field string MethodName{set; get; } public field string[] ParamNames{set; get; } public field Type[] ParamTypes{set; get; } public field object[] ParamValues{set; get; } public field string XmlNameSpace{set; get; } }
SoapMessage
System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject
System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject