ExcludePathInfo Class
Represents a file system directory path 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 | |
|---|---|---|
![]() | ExcludePathInfo() | Initializes a new instance of the ExcludePathInfo class. |
![]() | ExcludePathInfo(String) | Initializes a new instance of the ExcludePathInfo class and specifies the file system path to exclude from searches. |
| Name | Description | |
|---|---|---|
![]() | Path | Gets or sets the file system directory path 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ExcludePathInfo class is employed by the DiscoveryRequestHandler class's ProcessRequest method, which handles an HTTP request for a discovery document. The DynamicDiscoveryDocument class's ExcludePaths property contains a collection of ExcludePathInfo instances.
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.

