This documentation is archived and is not being maintained.
ServiceDescription Methods
Visual Studio 2010
The ServiceDescription type exposes the following members.
| 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(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Read(Stream) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
|
Read(String) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
|
Read(TextReader) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
|
Read(XmlReader) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |
|
Read(Stream, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance. |
|
Read(String, Boolean) | Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file. |
|
Read(TextReader, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader. |
|
Read(XmlReader, Boolean) | Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Write(Stream) | Writes out the ServiceDescription to the specified Stream. |
|
Write(String) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path. |
|
Write(TextWriter) | Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter. |
|
Write(XmlWriter) | Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file. |
Show: