Name

OperationMessage

Synopsis

This abstract class represents the WSDL <message> element. There are two types of operations recognized in WSDL, input and output. These operations are represented specifically by the classes OperationInput and OperationOutput, both of which derive from this class. OperationFault also derives from this class.

Public MustInherit Class OperationMessage : Inherits DocumentableItem
' Protected Constructors
   Protected Sub New() 
' Public Instance Properties
   Public Property Message As XmlQualifiedName  
   Public Property Name As String  
   Public ReadOnly Property Operation As Operation  
End Class

Hierarchy

System.ObjectDocumentableItem OperationMessage

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.