Name

SoapClientMessage

Synopsis

This class represents a SOAP request sent by a proxy client or SOAP response received by a proxy client. It inherits from SoapMessage, which defines most of the functionality used for SOAP messages.

Public NotInheritable Class SoapClientMessage : Inherits SoapMessage
' Public Instance Properties
   Overrides Public ReadOnly Property Action As String  
   Public ReadOnly Property Client As SoapHttpClientProtocol  
   Overrides Public ReadOnly Property MethodInfo As LogicalMethodInfo  
   Overrides Public ReadOnly Property OneWay As Boolean  
   Overrides Public ReadOnly Property Url As String  
' Protected Instance Methods
   Overrides Protected Sub EnsureInStage() 
   Overrides Protected Sub EnsureOutStage() 
End Class

Hierarchy

System.ObjectSoapMessage SoapClientMessage

Get ASP.NET 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.