DynamicDiscoveryDocument Class
.NET Framework 2.0
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.
Namespace: System.Web.Services.Discovery
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: