DynamicDiscoveryDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an XML document that specifies a list of file system directory paths that should not be searched for references to add to a Web services discovery document.
public ref class DynamicDiscoveryDocument sealed
public sealed class DynamicDiscoveryDocument
type DynamicDiscoveryDocument = class
Public NotInheritable Class DynamicDiscoveryDocument
- Inheritance
-
DynamicDiscoveryDocument
Remarks
The DynamicDiscoveryDocument class is employed by the DiscoveryRequestHandler class's ProcessRequest method, which handles an HTTP request for a discovery document. The request specifies another document, an XML dynamic discovery document containing a list of directories to exclude. The list corresponds to the DynamicDiscoveryDocument class's ExcludePaths property and contains directories at or below the directory containing the XML document.
Normally, none of these classes need to be used directly by a developer.
Constructors
DynamicDiscoveryDocument() |
Initializes a new instance of the DynamicDiscoveryDocument class. |
Fields
Namespace |
Contains the dynamic discovery document namespace "urn:schemas-dynamicdiscovery:disco.2000-03-17". This field is constant. |
Properties
ExcludePaths |
Gets or sets the file-system directory paths that should not be searched for references to add to a discovery document. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
Load(Stream) |
Deserializes an XML document into a DynamicDiscoveryDocument instance. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Write(Stream) |
Serializes a DynamicDiscoveryDocument instance into an XML document specified as an output stream. |