DekGenius.com
[ Team LiB ] Previous Section Next Section

ISoapMessage

System.Runtime.Serialization.Formatters (mscorlib.dll)interface

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; }
}

Implemented By

SoapMessage

Returned By

System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject

Passed To

System.Runtime.Serialization.Formatters.Soap.SoapFormatter.TopObject

    [ Team LiB ] Previous Section Next Section