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 Property Headers As Header()  
   Public Property MethodName As String  
   Public Property ParamNames As String()  
   Public Property ParamTypes As Type()  
   Public Property ParamValues As Object()  
   Public Property XmlNameSpace As String  
End Interface

Implemented By

SoapMessage

Returned By

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

Passed To

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

Get VB.NET Core Classes 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.