August 2003
Intermediate to advanced
928 pages
32h 1m
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 Header[ ] Headers{set; get; } public string MethodName{set; get; } public string[ ] ParamNames{set; get; } public Type[ ] ParamTypes{set; get; } public object[ ] ParamValues{set; get; } public string XmlNameSpace{set; get; } }
SoapMessage
System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject
System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject