Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Web.Services.Description Namespace

The System.Web.Services.Description namespace consists of the classes that enable you to publicly describe an XML Web service by using the Web Services Description Language (WSDL). Each class in this namespace corresponds to a specific element in the WSDL specification, and the class hierarchy corresponds to the XML structure of a valid WSDL document. For more information about WSDL, see the specification at the W3C Web site (http://www.w3.org/TR/wsdl/).

  ClassDescription
Public classBasicProfileViolation Represents a WSDL violation of the WSI Basic Profile version 1.1.
Public classBasicProfileViolationCollection Contains a strongly typed collection of BasicProfileViolation objects.
Public classBasicProfileViolationEnumerator Enumerates the elements in a BasicProfileViolationCollection.
Public classBinding Specifies the concrete data format and protocols used in the XML Web service. This class cannot be inherited.
Public classBindingCollection Represents a collection of instances of the Binding class supported by the XML Web service. This class cannot be inherited.
Public classDocumentableItem Represents the abstract base class from which several classes in the System.Web.Services.Description namespace are derived.
Public classFaultBinding Specifies the format for any error messages that might be output as a result of the operation. This class cannot be inherited.
Public classFaultBindingCollection Represents a collection of instances of the FaultBinding class. This class cannot be inherited.
Public classHttpAddressBinding Represents an extensibility element added to a Port within an XML Web service. This class cannot be inherited.
Public classHttpBinding Represents an extensibility element added to a Binding within an XML Web service. This class cannot be inherited.
Public classHttpOperationBinding Represents an extensibility element added to an OperationBinding within an XML Web service. This class cannot be inherited.
Public classHttpUrlEncodedBinding Represents an extensibility element added to an InputBinding within an XML Web service. This class cannot be inherited.
Public classHttpUrlReplacementBinding Represents an extensibility element added to an InputBinding within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.
Public classImport Associates an XML namespace with a document location. This class cannot be inherited.
Public classImportCollection Provides a collection of instances of the Import class representing documents to be imported into the XML Web service. This class cannot be inherited.
Public classInputBinding Provides a set of specifications for data formats and protocols used by the XML Web service for input messages. This class cannot be inherited.
Public classMessage Provides an abstract definition of data passed by an XML Web service. This class cannot be inherited.
Public classMessageBinding Describes how abstract content is mapped into a concrete format.
Public classMessageCollection Represents a collection of instances of the Message class. This class cannot be inherited.
Public classMessagePart Allows messages to be broken up into their logical units with specific abstract information for each part. This class cannot be inherited.
Public classMessagePartCollection Represents a collection of instances of the MessagePart class. This class cannot be inherited.
Public classMimeContentBinding Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service, specifying the MIME format for the body of the HTTP transmission. This class cannot be inherited.
Public classMimeMultipartRelatedBinding Represents an extensibility element added to an InputBinding or an OutputBinding, specifying the individual MIME formats for the parts of the HTTP transmission. This class cannot be inherited.
Public classMimePart Represents an extensibility element added to a MimeMultipartRelatedBinding, specifying the concrete MIME type for the MessagePart to which the MimePart applies. This class cannot be inherited.
Public classMimePartCollection Represents a collection of instances of the MimePart class. This class cannot be inherited.
Public classMimeTextBinding Represents an extensibility element added to an InputBinding, an OutputBinding, or a MimePart, specifying the text patterns for which to search the HTTP transmission. This class cannot be inherited.
Public classMimeTextMatch Represents a text pattern for which the HTTP transmission is searched. This class cannot be inherited.
Public classMimeTextMatchCollection Provides a collection of instances of the MimeTextMatch class. This class cannot be inherited.
Public classMimeXmlBinding Represents an extensibility element added to a MimePart, an InputBinding or an OutputBinding. It specifies the schema for XML messages that are not SOAP compliant. This class cannot be inherited.
Public classNamedItem Represents a named, item that can be documented.
Public classOperation Provides an abstract definition of an action supported by the XML Web service. This class cannot be inherited.
Public classOperationBinding 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.
Public classOperationBindingCollection Represents a collection of instances of the OperationBinding class. This class cannot be inherited.
Public classOperationCollection Represents a collection of instances of the Operation class. This class cannot be inherited.
Public classOperationFault Defines the specifications for error messages returned by the XML Web service. This class cannot be inherited.
Public classOperationFaultCollection Represents a collection of instances of the OperationFault class. This class cannot be inherited.
Public classOperationInput Defines the specifications for input messages received by the XML Web service. This class cannot be inherited.
Public classOperationMessage Represents a message type passed by the action of an XML Web service.
Public classOperationMessageCollection Represents a collection of OperationInput and OperationOutput messages related to an XML Web service. This class cannot be inherited.
Public classOperationOutput Defines the specifications for output messages returned by the XML Web service. This class cannot be inherited.
Public classOutputBinding Provides a set of specifications for data formats and protocols used by the XML Web service for output messages. This class cannot be inherited.
Public classPort Defines an individual endpoint contained in the XML Web service. This class cannot be inherited.
Public classPortCollection Represents a collection of instances of the Port class. This class cannot be inherited.
Public classPortType Represents a named set of abstract operations and the corresponding abstract messages. This class cannot be inherited.
Public classPortTypeCollection Represents a collection of instances of the PortType class; that is, a collection of sets of operations supported by the XML Web service. This class cannot be inherited.
Public classProtocolImporter Provides common functionality across communication protocols for generating classes for Web services.
Public classProtocolReflector Provides common functionality across communication protocols for creating ServiceDescription objects from classes that are identified as Web services.
Public classService Groups together a set of related instances of the Port class that are associated with an XML Web service. This class cannot be inherited.
Public classServiceCollection Represents a collection of instances of the Service class. This class cannot be inherited.
Public classServiceDescription 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.
Public classServiceDescriptionBaseCollection Forms the basis for the strongly typed collections that are members of the System.Web.Services.Description namespace.
Public classServiceDescriptionCollection Represents a collection of instances of the ServiceDescription class. This class cannot be inherited.
Public classServiceDescriptionFormatExtension Represents an extensibility element added to an XML Web service.
Public classServiceDescriptionFormatExtensionCollection Represents the collection of extensibility elements used by the XML Web service. This class cannot be inherited.
Public classServiceDescriptionImporter Exposes a means of generating client proxy classes for XML Web services.
Public classServiceDescriptionReflector Provides a managed way of dynamically viewing, creating or invoking types supported by an XML Web service.
Public classSoap12AddressBinding Represents a service description format extension applied to a Port when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Public classSoap12Binding Represents a binding in a Web Services Description Language (WSDL) document to the SOAP version 1.2 protocol. This class cannot be inherited.
Public classSoap12BodyBinding Represents a service description format extension applied to an InputBinding or an OutputBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Public classSoap12FaultBinding Represents a service description format extension applied to an FaultBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Public classSoap12HeaderBinding Represents a service description format extension applied to an InputBinding or an OutputBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Public classSoap12OperationBinding Represents a service description format extension applied to an OperationBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Public classSoapAddressBinding Represents an extensibility element added to a Port within an XML Web service.
Public classSoapBinding Represents an extension added to a Binding within an XML Web service. This class cannot be inherited.
Public classSoapBodyBinding Represents an extensibility element added to an InputBinding or an OutputBinding.
Public classSoapExtensionImporter Provides a common interface and functionality for classes to generate code attributes that specify SOAP extensions.
Public classSoapExtensionReflector Provides a common interface and functionality for classes to add SOAP extension information to a ServiceDescription object on a per-method basis.
Public classSoapFaultBinding Represents an extensibility element added to a FaultBinding within an XML Web service.
Public classSoapHeaderBinding Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service.
Public classSoapHeaderFaultBinding Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service. It specifies the SOAP header types used to transmit error information within the SOAP header.
Public classSoapOperationBinding Represents an extension added to an OperationBinding within an XML Web service.
Public classSoapProtocolImporter Generates classes for Web services that use the SOAP protocol.
Public classSoapTransportImporter Serves as a base class for derived classes that import SOAP transmission protocols into XML Web services.
Public classTypes Describes data type definitions relevant to exchanged messages. This class cannot be inherited.
Public classWebReference Describes a reference to a collection of XML Web services.
Public classWebReferenceCollection Describes a collection of WebReference objects.
Public classWebReferenceOptions The WebReferenceOptions class represents code generation options specified in an XML text file.
Public classWebServicesInteroperability The WebServicesInteroperability class provides methods to verify whether a given Web service or services conforms to a given Web Services Interoperability (WS-I) Organization specification.
  EnumerationDescription
Public enumerationOperationFlow Specifies the type of transmission an endpoint of the XML Web service can support.
Public enumerationServiceDescriptionImportStyle Specifies whether the import is made to the server or to the client computer.
Public enumerationServiceDescriptionImportWarnings Specifies the type of warnings produced by Import.
Public enumerationSoapBindingStyle Specifies the type of action that occurs in the XML Web service at the level of the class hierarchy to which this enumeration is applied.
Public enumerationSoapBindingUse Specifies whether the message parts are encoded as abstract type definitions or concrete schema definitions.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker