ExcludePathInfo Class

Definition

Represents a file system directory path that should not be searched for references to add to a Web services discovery document.

public ref class ExcludePathInfo sealed
public sealed class ExcludePathInfo
type ExcludePathInfo = class
Public NotInheritable Class ExcludePathInfo
Inheritance
ExcludePathInfo

Remarks

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.

Constructors

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.

Properties

Path

Gets or sets the file system directory path 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)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also