Name

ISoapMessage

Synopsis

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

Implemented By

SoapMessage

Returned By

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

Passed To

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

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.