DiscoveryDocument Class
Represents a discovery document. This class cannot be inherited.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | DiscoveryDocument() | Initializes a new instance of the DiscoveryDocument class. |
| Name | Description | |
|---|---|---|
![]() | References | A list of references contained within the discovery document. |
| Name | Description | |
|---|---|---|
![]() ![]() | CanRead(XmlReader) | Returns a value indicating whether the passed XmlReader can be deserialized into a DiscoveryDocument. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | Read(Stream) | Reads and returns a DiscoveryDocument from the passed Stream. |
![]() ![]() | Read(TextReader) | Reads and returns a DiscoveryDocument from the passed TextReader. |
![]() ![]() | Read(XmlReader) | Reads and returns a DiscoveryDocument from the passed XmlReader. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Write(Stream) | Writes this DiscoveryDocument into the passed Stream. |
![]() | Write(TextWriter) | Writes this DiscoveryDocument into the passed TextWriter. |
![]() | Write(XmlWriter) | Writes this DiscoveryDocument into the passed XmlWriter. |
XML Web services discovery involves discovering the available XML Web services, given an URL. The URL typically points to a discovery document, which usually has a.disco file name extension. The discovery document, which is an XML document, contains references to information about the existance of XML Web services, such as a service description, XML Schema Definition (XSD) language schema, or another discovery document. This class represents the contents of the discovery document; where the References property contains a list of the references contained within the discovery document.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)