Name

OperationBinding

Synopsis

This class represents the <operation> element in the <binding> element of a WSDL document. Each OperationBinding specifies how the abstract data for input and output messages is encoded. The binding thus consists of InputBinding and OutputBinding objects, and optionally, a FaultBinding object.

Public NotInheritable Class OperationBinding : Inherits DocumentableItem
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public ReadOnly Property Binding As Binding  
   Public ReadOnly Property Extensions As ServiceDescriptionFormatExtensionCollection  
   Public ReadOnly Property Faults As FaultBindingCollection  
   Public Property Input As InputBinding  
   Public Property Name As String  
   Public Property Output As OutputBinding  
End Class

Hierarchy

System.ObjectDocumentableItem OperationBinding

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.