NamedItem Hierarchy
The following table lists the classes derived from
System.Web.Services.Description.NamedItem
.
| Class | Description |
|---|---|
| System.Web.Services.Description.Binding |
Specifies the concrete data format and protocols used in the XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.Message |
Provides an abstract definition of data passed by an XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.MessageBinding |
Describes how abstract content is mapped into a concrete format.
|
| System.Web.Services.Description.MessagePart |
Allows messages to be broken up into their logical units with specific abstract information for each part. This class cannot be inherited.
|
| System.Web.Services.Description.Operation |
Provides an abstract definition of an action supported by the XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.OperationBinding |
Provides specifications for protocols and data formats for the messages used in the action supported by the XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.OperationMessage |
Represents a message type passed by the action of an XML Web service.
|
| System.Web.Services.Description.Port |
Defines an individual endpoint contained in the XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.PortType |
Represents a named set of abstract operations and the corresponding abstract messages. This class cannot be inherited.
|
| System.Web.Services.Description.Service |
Groups together a set of related instances of the Port class that are associated with an XML Web service. This class cannot be inherited.
|
| System.Web.Services.Description.ServiceDescription |
Provides a means of creating and formatting a valid Web Services Description Language (WSDL) document file, complete with appropriate namespaces, elements, and attributes, for describing an XML Web service. This class cannot be inherited.
|
Community Additions
Show: