Name

SoapServerMessage

Synopsis

This class represents a SOAP request sent by a web service or SOAP response received by a web service. It inherits from the SoapMessage class, which contains most of the functionality for SOAP messages.

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

Hierarchy

System.ObjectSoapMessage SoapServerMessage

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.