DynamicDiscoveryDocument Class
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | DynamicDiscoveryDocument() | Initializes a new instance of the DynamicDiscoveryDocument class. |
| Name | Description | |
|---|---|---|
![]() | ExcludePaths | Gets or sets the file-system directory paths that should not be searched for references to add to a discovery document. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() ![]() | Load(Stream) | Deserializes an XML document into a DynamicDiscoveryDocument instance. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | Namespace | Contains the dynamic discovery document namespace "urn:schemas-dynamicdiscovery:disco.2000-03-17". This field is constant. |
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.
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.



