ServiceDescription Members
.NET Framework 3.0
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.
The following tables list the members exposed by the ServiceDescription type.
| Name | Description | |
|---|---|---|
| Namespace | The XML namespace in which the ServiceDescription class is defined ("http://schemas.xmlsoap.org/wsdl/"). This field is constant. |
| Name | Description | |
|---|---|---|
| Bindings | Gets the collection of Binding elements contained in the ServiceDescription. |
| Documentation | Gets or sets the text documentation for the instance of the DocumentableItem.(inherited from DocumentableItem) |
| DocumentationElement | Gets or sets the documentation element for the DocumentableItem.(inherited from DocumentableItem) |
| ExtensibleAttributes | Gets or sets an array of type XmlAttribute that represents attribute extensions of WSDL to comply with Web Services Interoperability (WS-I) Basic Profile 1.1.(inherited from DocumentableItem) |
| Extensions | Overridden. Gets the collection of extensibility elements contained in the ServiceDescription. |
| Imports | Gets the collection of Import elements contained in the ServiceDescription. |
| Messages | Gets the collection of Message elements contained in the ServiceDescription. |
| Name | Gets or sets the name of the item.(inherited from NamedItem) |
| Namespaces | Gets or sets the dictionary of namespace prefixes and namespaces used to preserve namespace prefixes and namespaces when a ServiceDescription object is constructed.(inherited from DocumentableItem) |
| PortTypes | Gets the collection of PortType elements contained in the ServiceDescription. |
| RetrievalUrl | Gets or sets the URL of the XML Web service to which the ServiceDescription instance applies. |
| Schema | Gets the schema associated with this ServiceDescription. |
| Serializer | Gets the XML serializer used to serialize and deserialize between a ServiceDescription object and a Web Services Description Language (WSDL) document. |
| ServiceDescriptions | Gets the ServiceDescriptionCollection instance of which the ServiceDescription is a member. |
| Services | Gets the collection of Service instances contained in the ServiceDescription. |
| TargetNamespace | Gets or sets the XML targetNamespace attribute of the descriptions tag enclosing a Web Services Description Language (WSDL) file. |
| Types | Gets or sets the Types contained by the ServiceDescription. |
| ValidationWarnings | Gets a StringCollection that contains any validation warnings that were generated during a call to Read(Stream,Boolean), Read(TextReader,Boolean), Read(String,Boolean), or Read(XmlReader,Boolean) with the validate parameter set to true. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CanRead | Gets a value that indicates whether an XmlReader represents a valid Web Services Description Language (WSDL) file that can be parsed. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Read | Overloaded. Initializes an instance of the ServiceDescription class by directly loading the XML. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Write | Overloaded. Writes out the ServiceDescription as a Web Services Description Language (WSDL) file. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: